aboutsummaryrefslogtreecommitdiff
path: root/host/gif.h
diff options
context:
space:
mode:
authorjaseg <jaseg@jaseg.net>2014-02-01 22:07:03 +0100
committerjaseg <jaseg@jaseg.net>2014-02-01 22:07:03 +0100
commit809f8ac2e0fc17e956022051782a3f2203cdbfb4 (patch)
treeb1c2dddd621348d5c02d85e29323365b9d33d70e /host/gif.h
parent5a77d3a0e0a24c2c637aec0195919a13d42ac769 (diff)
downloadmatelight-809f8ac2e0fc17e956022051782a3f2203cdbfb4.tar.gz
matelight-809f8ac2e0fc17e956022051782a3f2203cdbfb4.tar.bz2
matelight-809f8ac2e0fc17e956022051782a3f2203cdbfb4.zip
Working on the new UDP protocol
Diffstat (limited to 'host/gif.h')
-rw-r--r--host/gif.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/host/gif.h b/host/gif.h
deleted file mode 100644
index fde10b4..0000000
--- a/host/gif.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __GIF_H__
-#define __GIF_H__
-
-#include <gif_lib.h>
-#include "color.h"
-
-typedef struct _gifAnimationState gifAnimationState_t;
-
-gifAnimationState_t *gif_read(uint8_t *buf, size_t buflength);
-framebuffer_t* framebuffer_render_gif(uint8_t *buf, size_t buflength, gifAnimationState_t **state, int *delay);
-void gifAnimationState_free(gifAnimationState_t *st);
-
-#endif//__GIF_H__