mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 02:36:40 -04:00
16 lines
240 B
C
16 lines
240 B
C
#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
|
|
|