summaryrefslogtreecommitdiff
path: root/c_fl_png_image.h
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-10-05 15:44:17 +1100
committerJed Barber <jjbarber@y7mail.com>2016-10-05 15:44:17 +1100
commitf28f819c721fa5a317e23b3cc1eefb938115b47a (patch)
tree6c5ba8cc390f88d2ec326503ebd5fc30d4b4b99b /c_fl_png_image.h
parent8d0d41649b6b4699cfb2c6c05dda09c29b4c3d15 (diff)
Added logo, made find/replace/about windows attention grabbing
Diffstat (limited to 'c_fl_png_image.h')
-rw-r--r--c_fl_png_image.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/c_fl_png_image.h b/c_fl_png_image.h
new file mode 100644
index 0000000..a67a5aa
--- /dev/null
+++ b/c_fl_png_image.h
@@ -0,0 +1,15 @@
+
+
+#ifndef FL_PNG_IMAGE_GUARD
+#define FL_PNG_IMAGE_GUARD
+
+
+typedef void* PNG_IMAGE;
+
+
+extern "C" PNG_IMAGE new_fl_png_image(const char * f);
+extern "C" void free_fl_png_image(PNG_IMAGE p);
+
+
+#endif
+