Maybe gif-lib wasn't too bright an idea...
This commit is contained in:
parent
9ef5c135e8
commit
d27f9ecf7e
199 changed files with 481 additions and 2434004 deletions
10
host/gif.h
Normal file
10
host/gif.h
Normal 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__
|
||||
Loading…
Add table
Add a link
Reference in a new issue