Arreglat jail_shader.cpp en windows també

This commit is contained in:
2025-03-16 09:55:32 +01:00
parent e7359a1467
commit 4a07100e2a
23 changed files with 75 additions and 73 deletions

View File

@@ -1,6 +1,7 @@
#include "gif.h"
#include <cstdio> // Para NULL, fprintf, stderr
#include <cstdlib> // Para malloc, realloc, exit, calloc, free
#include <cstdio> // Para fprintf, stderr
#include <cstdlib> // Para exit, malloc, calloc, free, realloc
#include <vector> // Para vector
void Gif::uncompress(int code_length, const uint8_t *input, int input_length, uint8_t *out)
{