aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-02 16:03:53 +0000
committerJohannes Schickel2008-05-02 16:03:53 +0000
commit416890722c722c7eef4af034f5c5b9de70797f43 (patch)
tree173f181ba862102784bf0566a40f9eb6d59b7d33 /engines/kyra/kyra_v2.h
parentb17c6e100e5b34aa93a97968df57b3e7905fa0a7 (diff)
downloadscummvm-rg350-416890722c722c7eef4af034f5c5b9de70797f43.tar.gz
scummvm-rg350-416890722c722c7eef4af034f5c5b9de70797f43.tar.bz2
scummvm-rg350-416890722c722c7eef4af034f5c5b9de70797f43.zip
Yet more opcodes moved to KyraEngine_v2.
svn-id: r31826
Diffstat (limited to 'engines/kyra/kyra_v2.h')
-rw-r--r--engines/kyra/kyra_v2.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/kyra/kyra_v2.h b/engines/kyra/kyra_v2.h
index a4f7e4e9a1..44647e331e 100644
--- a/engines/kyra/kyra_v2.h
+++ b/engines/kyra/kyra_v2.h
@@ -288,6 +288,16 @@ protected:
int o2_getCharacterScene(EMCState *script);
int o2_trySceneChange(EMCState *script);
int o2_moveCharacter(EMCState *script);
+ int o2_queryGameFlag(EMCState *script);
+ int o2_resetGameFlag(EMCState *script);
+ int o2_setGameFlag(EMCState *script);
+ int o2_setHandItem(EMCState *script);
+ int o2_removeHandItem(EMCState *script);
+ int o2_handItemSet(EMCState *script);
+ int o2_hideMouse(EMCState *script);
+ int o2_addSpecialExit(EMCState *script);
+ int o2_setMousePos(EMCState *script);
+ int o2_showMouse(EMCState *script);
};
} // end of namespace Kyra