From 416890722c722c7eef4af034f5c5b9de70797f43 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 2 May 2008 16:03:53 +0000 Subject: Yet more opcodes moved to KyraEngine_v2. svn-id: r31826 --- engines/kyra/kyra_v2.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engines/kyra/kyra_v2.h') 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 -- cgit v1.2.3