aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource.h
diff options
context:
space:
mode:
authorJohannes Schickel2006-09-10 13:16:34 +0000
committerJohannes Schickel2006-09-10 13:16:34 +0000
commit854eac7f9b99893150c63a91aeb55726b54ef8d0 (patch)
tree72891e5b16e4cb5d5b37ddf85f1ef9d2f0f637c1 /engines/kyra/resource.h
parent8271f1f0dca0bbca24acfdf52faf596a43a2c6fd (diff)
downloadscummvm-rg350-854eac7f9b99893150c63a91aeb55726b54ef8d0.tar.gz
scummvm-rg350-854eac7f9b99893150c63a91aeb55726b54ef8d0.tar.bz2
scummvm-rg350-854eac7f9b99893150c63a91aeb55726b54ef8d0.zip
Simplifies PAK file loading a bit.
svn-id: r23862
Diffstat (limited to 'engines/kyra/resource.h')
-rw-r--r--engines/kyra/resource.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/kyra/resource.h b/engines/kyra/resource.h
index 20cbbdd537..d0b4db93e7 100644
--- a/engines/kyra/resource.h
+++ b/engines/kyra/resource.h
@@ -60,8 +60,7 @@ class PAKFile : public ResourceFile {
};
public:
- PAKFile(const char *file, const char *physfile, bool isAmiga = false);
- PAKFile(const char *file, const char *physfile, const uint32 off, const uint8 *buf, uint32 size, bool isAmiga = false);
+ PAKFile(const char *file, const char *physfile, Common::File &pakfile, bool isAmiga = false);
~PAKFile();
uint8 *getFile(const char *file);