aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJonathan Gray2003-02-17 10:14:43 +0000
committerJonathan Gray2003-02-17 10:14:43 +0000
commite909c6b86d681a1b7ce221cf2d84fca94b51751a (patch)
tree74bc61c589c76080cc2c826c0a249ad02f8cade8 /scumm/intern.h
parentecd84d8585f32a51981a54174ee38b182bcf0d1d (diff)
downloadscummvm-rg350-e909c6b86d681a1b7ce221cf2d84fca94b51751a.tar.gz
scummvm-rg350-e909c6b86d681a1b7ce221cf2d84fca94b51751a.tar.bz2
scummvm-rg350-e909c6b86d681a1b7ce221cf2d84fca94b51751a.zip
unstub stopTalking as the relevant function stopTalk() already exists in scummvm, add an attempt at findAllObjects that is hopefully not totally wrong, puttmoon now crashes on finding an AKOS block when it is expecting COST, some surgery may be required as all the AKOS stuff seems to be wrapped up in GF_AFTER_V7
svn-id: r6614
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 94ea6ebdd5..6ab4b821ac 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -369,6 +369,7 @@ protected:
void o6_openFile();
void o6_closeFile();
void o6_deleteFile();
+ void o6_findAllObjects();
};
class Scumm_v7 : public Scumm_v6