RageFileBasic

This commit is contained in:
Glenn Maynard
2004-12-11 02:25:38 +00:00
parent 31f477b1b8
commit ae92b86b34
15 changed files with 58 additions and 429 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class RageFileDriverDirect: public RageFileDriver
public:
RageFileDriverDirect( CString root );
RageBasicFile *Open( const CString &path, int mode, int &err );
RageFileBasic *Open( const CString &path, int mode, int &err );
bool Remove( const CString &sPath );
bool Ready();