allow mounting RageFileDrivers directly

This commit is contained in:
Glenn Maynard
2005-06-25 22:34:54 +00:00
parent d309a6c215
commit d58b3186f0
2 changed files with 40 additions and 16 deletions
+1
View File
@@ -31,6 +31,7 @@ public:
int GetFileHash( CString sPath );
void Mount( CString Type, CString RealPath, CString MountPoint, bool bAddToEnd = true );
void Mount( RageFileDriver *pDriver, CString sMountPoint, bool bAddToEnd = true );
void Unmount( CString Type, CString Root, CString MountPoint );
/* Change the root of a filesystem. Only a couple drivers support this; it's