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.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/gif.h (limited to 'src/gif.h') diff --git a/src/gif.h b/src/gif.h new file mode 100644 index 0000000..17a86dc --- /dev/null +++ b/src/gif.h @@ -0,0 +1,5 @@ + +#include + +unsigned char *loadgif(FILE *, int *, int *); + -- cgit v1.2.3