FileManager-based profile mounts

This commit is contained in:
Glenn Maynard
2003-12-05 00:07:18 +00:00
parent 97d04e7fac
commit a31ff1f434
6 changed files with 115 additions and 84 deletions
+1
View File
@@ -13,6 +13,7 @@ public:
RageFileManager::FileType GetFileType( CString sPath );
int GetFileSizeInBytes( CString sFilePath );
int GetFileModTime( CString sPath );
bool Ready();
private:
CString root;