aboutsummaryrefslogtreecommitdiffstats
path: root/src/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/png.c')
-rw-r--r--src/png.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/png.c b/src/png.c
new file mode 100644
index 0000000..76b4461
--- /dev/null
+++ b/src/png.c
@@ -0,0 +1,6 @@
+#include "meh.h"
+
+unsigned char *loadpng(FILE *infile, int *bufwidth, int *bufheight){
+ return NULL;
+}
+