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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/menu_demo/bitmap.h b/menu_demo/bitmap.h
new file mode 100644
index 0000000..8eb7680
--- /dev/null
+++ b/menu_demo/bitmap.h
@@ -0,0 +1,12 @@
+#ifndef _CBITMAP_H
+#define _CBITMAP_H
+
+struct ButtonStruct {
+ double m_dXPos;
+ double m_dYPos;
+ int m_iType;
+};
+
+void load_image(char *filename);
+
+#endif \ No newline at end of file