gates_of_skeldal/GIF/GIF.H
2025-01-24 18:27:22 +01:00

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