github publish

This commit is contained in:
Ondrej Novak 2025-01-24 18:27:22 +01:00
commit 506e23bf32
542 changed files with 120675 additions and 0 deletions

16
GIF/GIF.H Normal file
View 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