improved FileHandlerARC

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2461 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
fires.gc
2009-02-28 01:49:30 +00:00
parent 0e9a49af7f
commit cbd5345696
2 changed files with 21 additions and 2 deletions

View File

@ -30,6 +30,8 @@ class CARCFile
{
public:
CARCFile(const std::string& _rFilename);
CARCFile(const u8* _pBuffer, size_t _BufferSize);
virtual ~CARCFile();