aboutsummaryrefslogtreecommitdiff
path: root/common/unzip.h
diff options
context:
space:
mode:
authorMax Horn2008-11-04 20:04:25 +0000
committerMax Horn2008-11-04 20:04:25 +0000
commitb3e72347a3658a8eb54182cc8157ce8fa05113d2 (patch)
tree8f48d57188831a385288fc84911ab161bc70ce62 /common/unzip.h
parentcbfa73886c8aedf9e2767675eafe1efa7c5d1aa3 (diff)
downloadscummvm-rg350-b3e72347a3658a8eb54182cc8157ce8fa05113d2.tar.gz
scummvm-rg350-b3e72347a3658a8eb54182cc8157ce8fa05113d2.tar.bz2
scummvm-rg350-b3e72347a3658a8eb54182cc8157ce8fa05113d2.zip
Improved ZipArchive to take arbitrary SeekableReadStream; also, the variant which is inited using a filename now uses SearchMan to lookup the filename's file
svn-id: r34899
Diffstat (limited to 'common/unzip.h')
-rw-r--r--common/unzip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/unzip.h b/common/unzip.h
index d4185155c0..9a6d957d57 100644
--- a/common/unzip.h
+++ b/common/unzip.h
@@ -40,6 +40,7 @@ class ZipArchive : public Archive {
public:
ZipArchive(const String &name);
ZipArchive(const FSNode &node);
+ ZipArchive(SeekableReadStream *stream);
~ZipArchive();
bool isOpen() const;