aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2003-01-06 01:53:38 +0000
committerMax Horn2003-01-06 01:53:38 +0000
commit82edaeaaf1646fd11cc736f0d0e8ea63c098965e (patch)
treea0b5be6a2e5dc35ac035c3489d78eed62566089d /scumm/intern.h
parentd9515432e4a1ed57d693c37aba2e6e2812b1fdae (diff)
downloadscummvm-rg350-82edaeaaf1646fd11cc736f0d0e8ea63c098965e.tar.gz
scummvm-rg350-82edaeaaf1646fd11cc736f0d0e8ea63c098965e.tar.bz2
scummvm-rg350-82edaeaaf1646fd11cc736f0d0e8ea63c098965e.zip
unified function names (compared to V8); added some FIXME comments
svn-id: r6344
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index feb9e578fb..62d9f5e10b 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -352,13 +352,13 @@ protected:
void o6_distObjectObject();
void o6_distObjectPt();
void o6_distPtPt();
- void o6_miscOps();
+ void o6_kernelSetFunctions();
void o6_delayFrames();
void o6_pickOneOf();
void o6_pickOneOfDefault();
void o6_jumpToScript();
void o6_isRoomScriptRunning();
- void o6_kernelFunction();
+ void o6_kernelGetFunctions();
void o6_getAnimateVariable();
void o6_drawBlastObject();
void o6_getActorLayer();