From f0e416a0341f437f267a505191e7485917c312dd Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 14 Feb 2016 09:44:52 +0100 Subject: MOHAWK: Add a console command that does random clicks in all the cards A surprisingly effective way of finding bugs --- engines/mohawk/myst.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mohawk/myst.h') 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 getResourceIDList(uint32 type) const; Common::String wrapMovieFilename(const Common::String &movieName, uint16 stack); -- cgit v1.2.3