add WIP lua binding app
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user