aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2009-07-20 22:15:37 +0000
committerEugene Sandulenko2009-07-20 22:15:37 +0000
commit3f6159a968fcf7fc850b8b0873c32239b668f819 (patch)
tree07290e278b593771df20a47efee0a1146ef98bcc /engines/groovie/script.h
parent6e6d5e8b989d6bdaa05bbd52b6cc1dde1af42f3f (diff)
downloadscummvm-rg350-3f6159a968fcf7fc850b8b0873c32239b668f819.tar.gz
scummvm-rg350-3f6159a968fcf7fc850b8b0873c32239b668f819.tar.bz2
scummvm-rg350-3f6159a968fcf7fc850b8b0873c32239b668f819.zip
Proper implementation of microscope puzzle.
svn-id: r42634
Diffstat (limited to 'engines/groovie/script.h')
-rw-r--r--engines/groovie/script.h3
1 files changed, 3 insertions, 0 deletions
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();