Adding "indent.sh" to re-indent code; ran it!!!
This commit is contained in:
parent
16336cc854
commit
18f9cad6fe
98 changed files with 5798 additions and 9001 deletions
|
|
@ -15,8 +15,7 @@ typedef struct ge_GIF
|
|||
uint8_t buffer[0xFF];
|
||||
} ge_GIF;
|
||||
|
||||
ge_GIF *ge_new_gif(const char *fname, uint16_t width, uint16_t height,
|
||||
uint8_t * palette, int depth, int loop);
|
||||
ge_GIF *ge_new_gif(const char *fname, uint16_t width, uint16_t height, uint8_t * palette, int depth, int loop);
|
||||
void ge_add_frame(ge_GIF * gif, uint16_t delay);
|
||||
void ge_close_gif(ge_GIF * gif);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue