aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJames Brown2002-12-30 17:05:38 +0000
committerJames Brown2002-12-30 17:05:38 +0000
commit6038bb85be8fb7e3e96c939aa0aa853d04106852 (patch)
treedf74682932ab6d015ad37a69354b33e8ad78b8a9 /scumm/intern.h
parent7db414b203bba1b6d9ed9564022b71a12b105957 (diff)
downloadscummvm-rg350-6038bb85be8fb7e3e96c939aa0aa853d04106852.tar.gz
scummvm-rg350-6038bb85be8fb7e3e96c939aa0aa853d04106852.tar.bz2
scummvm-rg350-6038bb85be8fb7e3e96c939aa0aa853d04106852.zip
More CMI opcode work. The Murray scene outside the Voodoo ladys house (-d1 -b201) and the Map (-d1 -b226) now mostly work
svn-id: r6281
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 0cb818c2e7..27ae5a3393 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -429,8 +429,9 @@ protected:
void o8_soundKludge();
void o8_system();
void o8_startVideo();
- void o6_kernelSetFunctions();
- void o6_kernelGetFunctions();
+ void o8_kernelSetFunctions();
+ void o8_kernelGetFunctions();
+ void o8_getDateTime();
void o8_getObjectImageX();
void o8_getObjectImageY();