This commit is contained in:
Glenn Maynard
2004-02-13 08:36:42 +00:00
parent da9ea82ed6
commit 9e44686f30
+2
View File
@@ -71,6 +71,7 @@ RageFileManager::RageFileManager()
MountInitialFilesystems(); MountInitialFilesystems();
} }
#ifndef HAVE_EXTRA // set for custom initial mount rules
void RageFileManager::MountInitialFilesystems() void RageFileManager::MountInitialFilesystems()
{ {
/* Add file search paths, higher priority first. */ /* Add file search paths, higher priority first. */
@@ -131,6 +132,7 @@ void RageFileManager::MountInitialFilesystems()
RageFileManager::Mount( "dir", ".", "" ); RageFileManager::Mount( "dir", ".", "" );
#endif #endif
} }
#endif
RageFileManager::~RageFileManager() RageFileManager::~RageFileManager()
{ {