summaryrefslogtreecommitdiffstats
path: root/menu_demo/bitmap.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-04-16 15:04:46 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-04-16 15:04:46 (GMT)
commit7e5ef59c21af27e98f2a50b076d3b73882929768 (patch)
tree963750c591d26e4351accaebfadbfe07b58a3609 /menu_demo/bitmap.h
parent3956e14034371e778e7457a344adc66d27f5fc0a (diff)
download2iv55-7e5ef59c21af27e98f2a50b076d3b73882929768.zip
2iv55-7e5ef59c21af27e98f2a50b076d3b73882929768.tar.gz
2iv55-7e5ef59c21af27e98f2a50b076d3b73882929768.tar.bz2
Buttons werkend. Nu nog radio buttons en dergelijke + font/bitmap lettertype toevoegen (en afhandeling van buttons uiteraars.
Diffstat (limited to 'menu_demo/bitmap.h')
-rw-r--r--menu_demo/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_demo/bitmap.h b/menu_demo/bitmap.h
index 9aeeba6..9e68dae 100644
--- a/menu_demo/bitmap.h
+++ b/menu_demo/bitmap.h
@@ -1,6 +1,6 @@
#ifndef _CBITMAP_H
#define _CBITMAP_H
-void load_image(char *filename);
+void BitmapLoad(char *filename);
#endif