aboutsummaryrefslogtreecommitdiff
path: root/host/gif.h
blob: 8427af1034fc6c032cde48a9d528eb582420dd99 (plain)
1
2
3
4
5
6
7
8
9
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__