aboutsummaryrefslogtreecommitdiffstats
path: root/src/meh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/meh.h')
-rw-r--r--src/meh.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/meh.h b/src/meh.h
new file mode 100644
index 0000000..719b717
--- /dev/null
+++ b/src/meh.h
@@ -0,0 +1,7 @@
+
+#include <stdio.h>
+
+unsigned char *loadgif(FILE *, int *, int *);
+unsigned char *loadjpeg(FILE *, int *, int *);
+unsigned char *loadpng(FILE *, int *, int *);
+