summaryrefslogtreecommitdiff
path: root/body/c_fl_xbm_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'body/c_fl_xbm_image.h')
-rw-r--r--body/c_fl_xbm_image.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/body/c_fl_xbm_image.h b/body/c_fl_xbm_image.h
new file mode 100644
index 0000000..668d3f8
--- /dev/null
+++ b/body/c_fl_xbm_image.h
@@ -0,0 +1,20 @@
+
+
+// Programmed by Jedidiah Barber
+// Released into the public domain
+
+
+#ifndef FL_XBM_IMAGE_GUARD
+#define FL_XBM_IMAGE_GUARD
+
+
+typedef void* XBMIMAGE;
+
+
+extern "C" XBMIMAGE new_fl_xbm_image(const char * f);
+extern "C" void free_fl_xbm_image(XBMIMAGE b);
+
+
+#endif
+
+