GzipString, GunzipString

This commit is contained in:
Glenn Maynard
2005-02-19 07:50:00 +00:00
parent d1fb6a41eb
commit 23dccd1af2
2 changed files with 42 additions and 0 deletions
+4
View File
@@ -68,6 +68,10 @@ private:
RageFileBasic *GunzipFile( RageFileBasic &file, CString &sError, uint32_t *iCRC32 );
/* Quick helpers: */
void GzipString( const CString &sIn, CString &sOut );
bool GunzipString( const CString &sIn, CString &sOut ); // returns false on CRC, etc. error
#endif
/*