stop passing ugly back-references to the RageFile to RageFileObj
This commit is contained in:
@@ -11,7 +11,7 @@ public:
|
||||
RageFileDriverZip( CString path );
|
||||
virtual ~RageFileDriverZip();
|
||||
|
||||
RageFileObj *Open( const CString &path, int mode, RageFile &p, int &err );
|
||||
RageFileObj *Open( const CString &path, int mode, int &err );
|
||||
void FlushDirCache( const CString &sPath );
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user