summaryrefslogtreecommitdiff
path: root/c_fl_menu_item.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-09-06 00:12:05 +1000
committerJed Barber <jjbarber@y7mail.com>2016-09-06 00:12:05 +1000
commitdac7e747e5c61d78deffdccc986d202e9f0d63bb (patch)
treed0c55473ab3feab222b3990c7e8657ebd99f1475 /c_fl_menu_item.h
parent501151d99cc8ec71eae7a3770ee3ba71c34cab18 (diff)
Getting things back into a compilable order
Diffstat (limited to 'c_fl_menu_item.h')
-rw-r--r--c_fl_menu_item.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/c_fl_menu_item.h b/c_fl_menu_item.h
new file mode 100644
index 0000000..94e5903
--- /dev/null
+++ b/c_fl_menu_item.h
@@ -0,0 +1,15 @@
+
+
+#ifndef FL_MENU_ITEM_GUARD
+#define FL_MENU_ITEM_GUARD
+
+
+typedef void* MENUITEM;
+
+
+extern "C" MENUITEM new_fl_menu_item(char* label, void* c, unsigned long k, unsigned short f);
+extern "C" void free_fl_menu_item(MENUITEM m);
+
+
+#endif
+