allow VFS drivers to register themselves

This commit is contained in:
Glenn Maynard
2004-02-10 23:39:45 +00:00
parent e2e692f77a
commit 1b69bfdff9
6 changed files with 54 additions and 11 deletions
+1
View File
@@ -36,6 +36,7 @@ public:
private:
RageFileObj *OpenForWriting( const CString &sPath, int mode, RageFile &p, int &err );
void MountInitialFilesystems();
};
extern RageFileManager *FILEMAN;