- [NEW] Passat a SDL3

- [NEW] Ara usa JailAudio
- [NEW] Usant última versió de Respak
- [NEW] Afegit lagueirtofile
This commit is contained in:
2025-06-29 16:56:28 +02:00
parent d5286d8abe
commit 737e18fd96
22 changed files with 6398 additions and 832 deletions

View File

@@ -3,7 +3,7 @@
#include <string>
#include "aux_font.h"
#include "proc_mapa.h"
#include <SDL2/SDL.h>
#include <SDL3/SDL.h>
namespace gamestate
{
@@ -120,7 +120,7 @@ namespace gamestate
{
password[10] = 0;
int filesize = 0;
const char *buffer = file::getFileBuffer("offsets.bal", &filesize);
const char *buffer = file_getfilebuffer("offsets.bal", filesize);
int punter = 0;