aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/resource.h
diff options
context:
space:
mode:
authorJulien Templier2010-10-23 22:02:52 +0000
committerJulien Templier2010-10-23 22:02:52 +0000
commitf812f88c103fd968a886a746494a23e3128f0590 (patch)
tree6f67b0f3ca7628f616c3d09cddbcf1267a175571 /engines/lastexpress/resource.h
parent405c523bbb199919ef172e4cb549625b319e6b2d (diff)
downloadscummvm-rg350-f812f88c103fd968a886a746494a23e3128f0590.tar.gz
scummvm-rg350-f812f88c103fd968a886a746494a23e3128f0590.tar.bz2
scummvm-rg350-f812f88c103fd968a886a746494a23e3128f0590.zip
LASTEXPRESS: Add new dump command to dump the list of files in the archives (with size & md5)
svn-id: r53749
Diffstat (limited to 'engines/lastexpress/resource.h')
-rw-r--r--engines/lastexpress/resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/lastexpress/resource.h b/engines/lastexpress/resource.h
index 89de8d9288..ea6508edc3 100644
--- a/engines/lastexpress/resource.h
+++ b/engines/lastexpress/resource.h
@@ -63,6 +63,8 @@ private:
void reset();
Common::Array<HPFArchive *> _archives;
+
+ friend class Debugger;
};
} // End of namespace LastExpress