Toquetechant includes

This commit is contained in:
2025-02-20 13:34:18 +01:00
parent bcb2e96069
commit e1d6aff724
65 changed files with 615 additions and 495 deletions

View File

@@ -1,6 +1,10 @@
#include "paleta.h"
#include "gif.c"
#include <stdio.h>
#include <SDL2/SDL_pixels.h> // for SDL_PIXELFORMAT_ARGB8888
#include <SDL2/SDL_rect.h> // for SDL_Rect
#include <fcntl.h> // for SEEK_END, SEEK_SET
#include <stdio.h> // for NULL, fseek, fclose, fopen, fread, ftell
#include <stdlib.h> // for malloc, free
#include "gif.c" // for LoadGif, LoadPalette
struct jSurface_s
{