aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-03-27 23:53:49 +0000
committerJohannes Schickel2008-03-27 23:53:49 +0000
commit72484b204b85f1d25c01e0f0afc757d9a3c646b9 (patch)
tree814a7b15b9e205e2de6ca16c1aec822eec82cbc5 /engines/kyra/kyra_v2.h
parentbf26f82cbbb1995b5bb31c9e3ac9c974b23c6e12 (diff)
downloadscummvm-rg350-72484b204b85f1d25c01e0f0afc757d9a3c646b9.tar.gz
scummvm-rg350-72484b204b85f1d25c01e0f0afc757d9a3c646b9.tar.bz2
scummvm-rg350-72484b204b85f1d25c01e0f0afc757d9a3c646b9.zip
- Implemented opcodes:
-> 51: o2_getElapsedSecs -> 52: o2_getTimerDelay - Added warnings to o2_delaySecs and o2_delay for unimplemented subfunctions svn-id: r31277
Diffstat (limited to 'engines/kyra/kyra_v2.h')
-rw-r--r--engines/kyra/kyra_v2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/kyra_v2.h b/engines/kyra/kyra_v2.h
index 67d363074d..5d57c4ca66 100644
--- a/engines/kyra/kyra_v2.h
+++ b/engines/kyra/kyra_v2.h
@@ -995,6 +995,8 @@ protected:
int o2_setMousePos(ScriptState *script);
int o2_showMouse(ScriptState *script);
int o2_wipeDownMouseItem(ScriptState *script);
+ int o2_getElapsedSecs(ScriptState *script);
+ int o2_getTimerDelay(ScriptState *script);
//int o2_playSoundEffect(ScriptState *script);
int o2_delaySecs(ScriptState *script);
int o2_delay(ScriptState *script);