- [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

@@ -22,7 +22,7 @@ namespace textfile
const bool open(std::string filename)
{
buffer = file::getFileBuffer(filename.c_str(), &fsize);
buffer = file_getfilebuffer(filename.c_str(), fsize);
p = 0;
return true;