GunzipFile: delete file

This commit is contained in:
Glenn Maynard
2007-01-23 07:31:47 +00:00
parent 61c2cb479b
commit 976497f388
2 changed files with 31 additions and 28 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ private:
int m_iDataStartOffset;
};
RageFileObjInflate *GunzipFile( RageFileBasic &file, RString &sError, uint32_t *iCRC32 );
RageFileObjInflate *GunzipFile( RageFileBasic *pFile, RString &sError, uint32_t *iCRC32 );
/* Quick helpers: */
void GzipString( const RString &sIn, RString &sOut );