aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2003-01-06 13:41:29 +0000
committerMax Horn2003-01-06 13:41:29 +0000
commit37a64f5d12e0343347cffa57b7e1bbd00ec60db0 (patch)
tree1aece16d09acafb47237d3a759a48850e2aa857a /scumm/intern.h
parentf1d1076fd7aef2a17b37ecae1708a89e80686a86 (diff)
downloadscummvm-rg350-37a64f5d12e0343347cffa57b7e1bbd00ec60db0.tar.gz
scummvm-rg350-37a64f5d12e0343347cffa57b7e1bbd00ec60db0.tar.bz2
scummvm-rg350-37a64f5d12e0343347cffa57b7e1bbd00ec60db0.zip
cleanup; added a hack to avoid crash in the canon scene (at least it works this way for me)
svn-id: r6347
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 62d9f5e10b..e0d765aaa1 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -429,6 +429,8 @@ protected:
void o8_kernelGetFunctions();
void o8_getDateTime();
+ void o8_getActorChore();
+
void o8_getObjectImageX();
void o8_getObjectImageY();
void o8_getObjectImageWidth();