mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 18:04:09 +03:00
Un-export FILESYSTEM_mount()
This function is never used outside of FileSystemUtils.cpp; there is no reason to export it.
This commit is contained in:
@@ -213,7 +213,7 @@ static bool FILESYSTEM_exists(const char *fname)
|
||||
return PHYSFS_exists(fname);
|
||||
}
|
||||
|
||||
void FILESYSTEM_mount(const char *fname)
|
||||
static void FILESYSTEM_mount(const char *fname)
|
||||
{
|
||||
const char* real_dir = PHYSFS_getRealDir(fname);
|
||||
const char* dir_separator;
|
||||
|
||||
Reference in New Issue
Block a user