Toquetechant includes

This commit is contained in:
2025-02-20 13:56:07 +01:00
parent e1d6aff724
commit 4dd6c94730
66 changed files with 4462 additions and 3097 deletions

View File

@@ -1,10 +1,10 @@
#include "paleta.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
#include <SDL2/SDL_pixels.h> // Para SDL_PIXELFORMAT_ARGB8888
#include <SDL2/SDL_rect.h> // Para SDL_Rect
#include <fcntl.h> // Para SEEK_END, SEEK_SET
#include <stdio.h> // Para NULL, fseek, fclose, fopen, fread, ftell
#include <stdlib.h> // Para malloc, free
#include "gif.c" // Para LoadGif, LoadPalette
struct jSurface_s
{
@@ -173,7 +173,7 @@ bool pFadePal()
{
paleta[i] = paleta[i - 2];
}
paleta[1] = paleta[0];
return paleta[15] == paleta[0] ? true : false;