aboutsummaryrefslogtreecommitdiffstats
path: root/src/png.c
diff options
context:
space:
mode:
authorJohn Hawthorn <jhawthor@uvic.ca>2008-05-22 01:54:32 -0700
committerJohn Hawthorn <jhawthor@uvic.ca>2008-05-22 01:54:32 -0700
commitf6fd9b38f5e1a1088646c86ac6abde0af3475e9c (patch)
tree36e27fc1cd9e3cdc935dc095d0f20e1db6bfbb4e /src/png.c
parent9e76bd849a935eed17a4d22a9f49974272a36da5 (diff)
downloadmirror-meh-f6fd9b38f5e1a1088646c86ac6abde0af3475e9c.tar.gz
mirror-meh-f6fd9b38f5e1a1088646c86ac6abde0af3475e9c.tar.bz2
mirror-meh-f6fd9b38f5e1a1088646c86ac6abde0af3475e9c.zip
cleanup
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;
+}
+