Fix compiler warnings on Android

This commit is contained in:
leo60228
2023-09-21 17:49:01 -04:00
committed by Misa Elizabeth Kai
parent 246a91c45e
commit d6a43fad90
3 changed files with 13 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ static const PHYSFS_Allocator allocator = {
SDL_free
};
#ifndef __ANDROID__
static bool mount_pre_datazip(
char* out_path,
const char* real_dirname,
@@ -174,6 +175,7 @@ static bool mount_pre_datazip(
return dir_found;
}
#endif
int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath, char* langDir, char* fontsDir)
{