add WIP lua binding app

This commit is contained in:
2024-10-05 18:17:22 -03:00
parent dbbf6e25f0
commit bd99540280
77 changed files with 31358 additions and 0 deletions

View File

@ -166,6 +166,11 @@ char *file_to_str(const char *path) {
}
bool file_exists(const char *path) {
return PHYSFS_exists(path);
}
void textures_dump_atlases(void) {
PHYSFS_mkdir("/dump");