summaryrefslogtreecommitdiff
path: root/src/c_fl_xbm_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_xbm_image.h')
-rw-r--r--src/c_fl_xbm_image.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/c_fl_xbm_image.h b/src/c_fl_xbm_image.h
new file mode 100644
index 0000000..72f27fa
--- /dev/null
+++ b/src/c_fl_xbm_image.h
@@ -0,0 +1,15 @@
+
+
+#ifndef FL_XBM_IMAGE_GUARD
+#define FL_XBM_IMAGE_GUARD
+
+
+typedef void* XBM_IMAGE;
+
+
+extern "C" XBM_IMAGE new_fl_xbm_image(const char * f);
+extern "C" void free_fl_xbm_image(XBM_IMAGE b);
+
+
+#endif
+