From 3f6159a968fcf7fc850b8b0873c32239b668f819 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 20 Jul 2009 22:15:37 +0000 Subject: Proper implementation of microscope puzzle. svn-id: r42634 --- engines/groovie/script.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/groovie/script.h') diff --git a/engines/groovie/script.h b/engines/groovie/script.h index 664cac82d8..71c26835aa 100644 --- a/engines/groovie/script.h +++ b/engines/groovie/script.h @@ -40,6 +40,7 @@ enum EngineVersion { }; class GroovieEngine; +class CellGame; class Script { friend class Debugger; @@ -120,6 +121,8 @@ private: Common::String _debugString; uint16 _oldInstruction; + CellGame *_staufsMove; + // Helper functions uint8 getCodeByte(uint16 address); uint8 readScript8bits(); -- cgit v1.2.3