summaryrefslogtreecommitdiffstats
path: root/menu_demo/bitmap.h
diff options
context:
space:
mode:
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