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
+2 -2
View File
@@ -18,7 +18,7 @@ public:
int WriteInternal( const void *buffer, size_t bytes );
int SeekInternal( int offset );
int GetFileSize() const;
RageBasicFile *Copy() const;
RageFileBasic *Copy() const;
/* Retrieve the contents of this file. */
const CString &GetString() const;
@@ -34,7 +34,7 @@ public:
RageFileDriverMem();
~RageFileDriverMem();
RageBasicFile *Open( const CString &sPath, int mode, int &err );
RageFileBasic *Open( const CString &sPath, int mode, int &err );
void FlushDirCache( const CString &sPath ) { }
bool Remove( const CString &sPath );