aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
diff options
context:
space:
mode:
authorBastien Bouclet2016-02-14 09:44:52 +0100
committerBastien Bouclet2016-02-14 09:58:43 +0100
commitf0e416a0341f437f267a505191e7485917c312dd (patch)
treee4cd6fc1124a00e23381b87de1e05756b2d3d4de /engines/mohawk/myst.h
parent4b81c807c8432e48be64d971a4b6cc932bb9c109 (diff)
downloadscummvm-rg350-f0e416a0341f437f267a505191e7485917c312dd.tar.gz
scummvm-rg350-f0e416a0341f437f267a505191e7485917c312dd.tar.bz2
scummvm-rg350-f0e416a0341f437f267a505191e7485917c312dd.zip
MOHAWK: Add a console command that does random clicks in all the cards
A surprisingly effective way of finding bugs
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r--engines/mohawk/myst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h
index 6e661b6580..4b4ceb4a5b 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -174,6 +174,7 @@ public:
virtual ~MohawkEngine_Myst();
Common::SeekableReadStream *getResource(uint32 tag, uint16 id) override;
+ Common::Array<uint16> getResourceIDList(uint32 type) const;
Common::String wrapMovieFilename(const Common::String &movieName, uint16 stack);