Fix loading levels that are... uh, just levels.

This commit is contained in:
Ethan Lee
2021-08-18 11:00:26 -04:00
parent 4154066c26
commit ea74b93f38
3 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ char *FILESYSTEM_getUserLevelDirectory(void);
bool FILESYSTEM_isFile(const char* filename);
bool FILESYSTEM_isMounted(const char* filename);
bool FILESYSTEM_exists(const char *filename);
void FILESYSTEM_loadZip(const char* filename);
bool FILESYSTEM_mountAssets(const char *path);