aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2002-12-22 23:26:10 +0000
committerMax Horn2002-12-22 23:26:10 +0000
commit1804f44af149c6f47c64703747e68182e63fc7af (patch)
treef9041cc9af1c2588ef42c359137b26bec83938a9 /scumm/intern.h
parentdf3c41fa24f98423ccb9fc23f2fc50f81c782a31 (diff)
downloadscummvm-rg350-1804f44af149c6f47c64703747e68182e63fc7af.tar.gz
scummvm-rg350-1804f44af149c6f47c64703747e68182e63fc7af.tar.bz2
scummvm-rg350-1804f44af149c6f47c64703747e68182e63fc7af.zip
some more V8 opcode flesh
svn-id: r6061
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index f59d7ac8bf..452e04faeb 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -262,7 +262,7 @@ protected:
void o6_setObjectXY();
void o6_stopObjectCode();
void o6_endCutscene();
- void o6_cutScene();
+ void o6_cutscene();
void o6_stopMusic();
void o6_freezeUnfreeze();
void o6_cursorCommand();
@@ -402,6 +402,8 @@ protected:
void o8_pushNumber();
void o8_pushVariable();
+ void o8_arrayRead();
+ void o8_arrayIndexedRead();
void o8_dup();
void o8_pop();
void o8_not();
@@ -422,6 +424,15 @@ protected:
void o8_mod();
void o8_jump();
void o8_breakHere();
+ void o8_wait();
+ void o8_cutscene();
+ void o8_endCutscene();
+ void o8_cursorCommand();
+ void o8_resourceRoutines();
+ void o8_roomOps();
+ void o8_actorSet();
+ void o8_cameraStuff();
+ void o8_verbOps();
void o8_startScript();
void o8_startObject();
};