Maybe gif-lib wasn't too bright an idea...

This commit is contained in:
jaseg 2014-01-03 16:40:44 +01:00
parent 9ef5c135e8
commit d27f9ecf7e
199 changed files with 481 additions and 2434004 deletions

10
host/gif.h Normal file
View file

@ -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__