From 467b30f1a285e3057f2bbc8c9fc6f7d870a40557 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Sun, 12 Dec 2010 19:01:46 +0000 Subject: MOHAWK: Refactor/improve LB script entry parsing svn-id: r54888 --- engines/mohawk/livingbooks.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mohawk/livingbooks.h') diff --git a/engines/mohawk/livingbooks.h b/engines/mohawk/livingbooks.h index 483f2dac7d..8f401a1110 100644 --- a/engines/mohawk/livingbooks.h +++ b/engines/mohawk/livingbooks.h @@ -376,6 +376,8 @@ protected: LBValue parseValue(const Common::String &command, uint &pos); void runCommand(const Common::String &command); bool checkCondition(const Common::String &condition); + + LBScriptEntry *parseScriptEntry(uint16 type, uint16 &size, Common::SeekableSubReadStreamEndian *stream, bool isSubentry = false); }; class LBSoundItem : public LBItem { -- cgit v1.2.3