aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2003-05-14 10:16:57 +0000
committerMax Horn2003-05-14 10:16:57 +0000
commitfeee7422687e5a0e3252b793cef383f78cd03808 (patch)
tree2dfc96d7bf7a6c77ca3e695414506385e760461b /scumm/intern.h
parent86b916b76237e2787c822ed67f81a829c4307526 (diff)
downloadscummvm-rg350-feee7422687e5a0e3252b793cef383f78cd03808.tar.gz
scummvm-rg350-feee7422687e5a0e3252b793cef383f78cd03808.tar.bz2
scummvm-rg350-feee7422687e5a0e3252b793cef383f78cd03808.zip
added opcode 0xf7 (getActorZPlane)
svn-id: r7497
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 2575d3342c..310006ae0b 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -557,6 +557,7 @@ protected:
void o8_kernelGetFunctions();
void o8_getActorChore();
+ void o8_getActorZPlane();
void o8_drawObject();
void o8_getObjectImageX();