aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
diff options
context:
space:
mode:
authorAlyssa Milburn2010-12-12 19:01:46 +0000
committerAlyssa Milburn2010-12-12 19:01:46 +0000
commit467b30f1a285e3057f2bbc8c9fc6f7d870a40557 (patch)
treecc9941f3d29d813242c5cb2a09efcc8f9ce79edd /engines/mohawk/livingbooks.h
parenta97c90c903d1fc1c649a27cea44e6525d0d67caa (diff)
downloadscummvm-rg350-467b30f1a285e3057f2bbc8c9fc6f7d870a40557.tar.gz
scummvm-rg350-467b30f1a285e3057f2bbc8c9fc6f7d870a40557.tar.bz2
scummvm-rg350-467b30f1a285e3057f2bbc8c9fc6f7d870a40557.zip
MOHAWK: Refactor/improve LB script entry parsing
svn-id: r54888
Diffstat (limited to 'engines/mohawk/livingbooks.h')
-rw-r--r--engines/mohawk/livingbooks.h2
1 files changed, 2 insertions, 0 deletions
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 {