aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-04-03 19:51:23 +0000
committerNicola Mettifogo2007-04-03 19:51:23 +0000
commit0dadd3cd2cb04d279d36e082cc01376d02e7ddb7 (patch)
tree7807f1f1d434f6aa5031e3ea1ae3edc2cd607f59 /engines/parallaction/disk.h
parent2d2efe2bca9bf70eb8725ca8e0f38632c7bda1ea (diff)
downloadscummvm-rg350-0dadd3cd2cb04d279d36e082cc01376d02e7ddb7.tar.gz
scummvm-rg350-0dadd3cd2cb04d279d36e082cc01376d02e7ddb7.tar.bz2
scummvm-rg350-0dadd3cd2cb04d279d36e082cc01376d02e7ddb7.zip
Reduced code duplication in AmigaDisk by means of a new wrapper class for Archive.
svn-id: r26377
Diffstat (limited to 'engines/parallaction/disk.h')
-rw-r--r--engines/parallaction/disk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/disk.h b/engines/parallaction/disk.h
index 47c658c729..4326e0cd66 100644
--- a/engines/parallaction/disk.h
+++ b/engines/parallaction/disk.h
@@ -145,6 +145,7 @@ protected:
Cnv* makeCnv(Common::SeekableReadStream &stream);
StaticCnv* makeStaticCnv(Common::SeekableReadStream &stream);
void unpackBitmap(byte *dst, byte *src, uint16 numFrames, uint16 planeSize);
+ Common::SeekableReadStream *openArchivedFile(const char* name, bool errorOnFileNotFound = false);
public:
AmigaDisk(Parallaction *vm);