mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 18:04:09 +03:00
Don't export FILESYSTEM_directoryExists()
This function is never used outside of FileSystemUtils.cpp, so there's no reason to export it.
This commit is contained in:
@@ -164,7 +164,7 @@ char *FILESYSTEM_getUserLevelDirectory(void)
|
||||
return levelDir;
|
||||
}
|
||||
|
||||
bool FILESYSTEM_directoryExists(const char *fname)
|
||||
static bool FILESYSTEM_directoryExists(const char *fname)
|
||||
{
|
||||
return PHYSFS_exists(fname);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user