add RageFileManager::Remove

This commit is contained in:
Glenn Maynard
2003-12-16 07:23:54 +00:00
parent b2f375f4ec
commit d5abb2b0c8
5 changed files with 79 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ public:
RageFileDriverDirect( CString root );
RageFileObj *Open( const CString &path, RageFile::OpenMode mode, RageFile &p, int &err );
bool Remove( const CString &sPath );
bool Ready();
private: