aboutsummaryrefslogtreecommitdiff
path: root/host/gif.h
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-01-03 16:40:44 +0100
committerjaseg <jaseg@jaseg.net>2014-01-03 16:40:44 +0100
commitd27f9ecf7ea92b702df128f856c1063aa91c51f2 (patch)
tree1dc2b1ff871e28966aceb7a6bf7da8f190a6cd24 /host/gif.h
parent9ef5c135e894b2da95940e2556f4df9ce2205552 (diff)
downloadmatelight-d27f9ecf7ea92b702df128f856c1063aa91c51f2.tar.gz
matelight-d27f9ecf7ea92b702df128f856c1063aa91c51f2.tar.bz2
matelight-d27f9ecf7ea92b702df128f856c1063aa91c51f2.zip
Maybe gif-lib wasn't too bright an idea...
Diffstat (limited to 'host/gif.h')
-rw-r--r--host/gif.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/host/gif.h b/host/gif.h
new file mode 100644
index 0000000..8427af1
--- /dev/null
+++ b/host/gif.h
@@ -0,0 +1,10 @@
+#ifndef __GIF_H__
+#define __GIF_H__
+
+#include <gif_lib.h>
+
+typedef struct _gifAnimationState gifAnimationState_t;
+
+color_t* gif_render(uint8_t *buf, unsigned int buflength, gifAnimationState_t **state);
+
+#endif//__GIF_H__