aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v1.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-12 13:11:42 +0000
committerJohannes Schickel2008-05-12 13:11:42 +0000
commit56d2603d4f712877901e0ded022445e0d8984abe (patch)
tree7b5b1864e006d7b326dd0920ee98286f7ffd6731 /engines/kyra/kyra_v1.h
parent1a52c5283a982350702a68f7aa4b66100711f1c3 (diff)
downloadscummvm-rg350-56d2603d4f712877901e0ded022445e0d8984abe.tar.gz
scummvm-rg350-56d2603d4f712877901e0ded022445e0d8984abe.tar.bz2
scummvm-rg350-56d2603d4f712877901e0ded022445e0d8984abe.zip
- Some more opcodes moved to KyraEngine_v1
- Yet more naming consistency fixes svn-id: r32056
Diffstat (limited to 'engines/kyra/kyra_v1.h')
-rw-r--r--engines/kyra/kyra_v1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/kyra/kyra_v1.h b/engines/kyra/kyra_v1.h
index 0a7bf40a12..81a6254c7f 100644
--- a/engines/kyra/kyra_v1.h
+++ b/engines/kyra/kyra_v1.h
@@ -227,6 +227,10 @@ protected:
int o1_getMouseState(EMCState *script);
int o1_setDeathHandler(EMCState *script);
int o1_playWanderScoreViaMap(EMCState *script);
+ int o1_fillRect(EMCState *script);
+ int o1_blockInWalkableRegion(EMCState *script);
+ int o1_blockOutWalkableRegion(EMCState *script);
+ int o1_playSoundEffect(EMCState *script);
// items
int _mouseState;