mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-22 15:14:49 -04:00
github publish
This commit is contained in:
commit
506e23bf32
542 changed files with 120675 additions and 0 deletions
16
GIF/GIF.H
Normal file
16
GIF/GIF.H
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef _GIF__H
|
||||
#define _GIF__H
|
||||
|
||||
char gif_file [512000];
|
||||
char *gif_picture;
|
||||
char gif_palette [768];
|
||||
int x_0, x_1, y_0, y_1, gif_size;
|
||||
long int gif_pozice=0;
|
||||
int RaW=0;
|
||||
|
||||
int gif_to_buffer (char *filename);
|
||||
|
||||
#define LENGHTGIF 512000
|
||||
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue