aboutsummaryrefslogtreecommitdiffstats
path: root/src/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gif.c')
-rw-r--r--src/gif.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gif.c b/src/gif.c
new file mode 100644
index 0000000..0c1ebb3
--- /dev/null
+++ b/src/gif.c
@@ -0,0 +1,9 @@
+
+#include <stdio.h>
+
+#include "gif.h"
+
+unsigned char *loadgif(FILE *infile, int *bufwidth, int *bufheight){
+ return NULL;
+}
+