aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_scripts.h
diff options
context:
space:
mode:
authorBastien Bouclet2010-11-29 20:49:42 +0000
committerBastien Bouclet2010-11-29 20:49:42 +0000
commit6a4ff1a9b52c2dd31b951ad9e3362da5f29b37fc (patch)
tree36e188ea9a80978b02319c5a89b04ba33391f98d /engines/mohawk/myst_scripts.h
parent5f8e6e3824823869fdb2fd5d4dae334817d318be (diff)
downloadscummvm-rg350-6a4ff1a9b52c2dd31b951ad9e3362da5f29b37fc.tar.gz
scummvm-rg350-6a4ff1a9b52c2dd31b951ad9e3362da5f29b37fc.tar.bz2
scummvm-rg350-6a4ff1a9b52c2dd31b951ad9e3362da5f29b37fc.zip
MOHAWK : Finished implementing Selenitic sound receiver
svn-id: r54593
Diffstat (limited to 'engines/mohawk/myst_scripts.h')
-rw-r--r--engines/mohawk/myst_scripts.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mohawk/myst_scripts.h b/engines/mohawk/myst_scripts.h
index 59974d9003..ea8d8b92f6 100644
--- a/engines/mohawk/myst_scripts.h
+++ b/engines/mohawk/myst_scripts.h
@@ -72,6 +72,10 @@ public:
virtual void disableInitOpcodes() = 0;
virtual void runPersistentOpcodes() = 0;
+ virtual uint16 getVar(uint16 var);
+ virtual void toggleVar(uint16 var);
+ virtual bool setVarValue(uint16 var, uint16 value);
+
DECLARE_OPCODE(unknown);
DECLARE_OPCODE(toggleBoolean);
@@ -83,6 +87,7 @@ public:
DECLARE_OPCODE(opcode_7);
DECLARE_OPCODE(opcode_8);
DECLARE_OPCODE(opcode_9);
+ DECLARE_OPCODE(opcode_10);
DECLARE_OPCODE(opcode_14);
DECLARE_OPCODE(dropPage);
DECLARE_OPCODE(opcode_16);