aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.h
diff options
context:
space:
mode:
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();