summaryrefslogtreecommitdiff
path: root/src/c_fl_xpm_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_fl_xpm_image.h')
-rw-r--r--src/c_fl_xpm_image.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/c_fl_xpm_image.h b/src/c_fl_xpm_image.h
new file mode 100644
index 0000000..3d01e61
--- /dev/null
+++ b/src/c_fl_xpm_image.h
@@ -0,0 +1,19 @@
+
+
+#ifndef FL_XPM_IMAGE_GUARD
+#define FL_XPM_IMAGE_GUARD
+
+
+
+
+typedef void* XPM_IMAGE;
+
+
+
+
+extern "C" XPM_IMAGE new_fl_xpm_image(const char * f);
+extern "C" void free_fl_xpm_image(XPM_IMAGE j);
+
+
+#endif
+