summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Src/FileHandlerARC.h
diff options
context:
space:
mode:
authorfires.gc <fires.gc@gmail.com>2009-02-28 01:49:30 +0000
committerfires.gc <fires.gc@gmail.com>2009-02-28 01:49:30 +0000
commitcbd5345696a6808df8b53fc3963343fd544b221b (patch)
treed345167f03f3ffc44b4aced6ffc1c7efe75b94a1 /Source/Core/DiscIO/Src/FileHandlerARC.h
parent0e9a49af7f98df9a3cf025868d3bcc479f41c5ca (diff)
improved FileHandlerARC
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2461 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DiscIO/Src/FileHandlerARC.h')
-rw-r--r--Source/Core/DiscIO/Src/FileHandlerARC.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/FileHandlerARC.h b/Source/Core/DiscIO/Src/FileHandlerARC.h
index b58acb958d..c59002eca1 100644
--- a/Source/Core/DiscIO/Src/FileHandlerARC.h
+++ b/Source/Core/DiscIO/Src/FileHandlerARC.h
@@ -30,6 +30,8 @@ class CARCFile
{
public:
+ CARCFile(const std::string& _rFilename);
+
CARCFile(const u8* _pBuffer, size_t _BufferSize);
virtual ~CARCFile();