From c10594536108203e215e50bf3cf61c7e8aeb733f Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Mon, 19 May 2008 21:07:27 -0700 Subject: ready for gif decoder --- src/gif.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/gif.c (limited to 'src/gif.c') 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 + +#include "gif.h" + +unsigned char *loadgif(FILE *infile, int *bufwidth, int *bufheight){ + return NULL; +} + -- cgit v1.2.3