aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks_code.h
diff options
context:
space:
mode:
authorAlyssa Milburn2013-04-19 00:48:41 +0200
committerAlyssa Milburn2013-04-19 00:48:41 +0200
commit02d81911cd10763166a7b9e58e86a396e44e52ab (patch)
treea825d9d751d69b03fe0478a68853810e5299e919 /engines/mohawk/livingbooks_code.h
parent16259a52e335fe2b75bb260e433c55e9c0b1360f (diff)
downloadscummvm-rg350-02d81911cd10763166a7b9e58e86a396e44e52ab.tar.gz
scummvm-rg350-02d81911cd10763166a7b9e58e86a396e44e52ab.tar.bz2
scummvm-rg350-02d81911cd10763166a7b9e58e86a396e44e52ab.zip
MOHAWK: Add LB function name aliases.
Diffstat (limited to 'engines/mohawk/livingbooks_code.h')
-rw-r--r--engines/mohawk/livingbooks_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/livingbooks_code.h b/engines/mohawk/livingbooks_code.h
index b2b4772478..c9d9ae06e6 100644
--- a/engines/mohawk/livingbooks_code.h
+++ b/engines/mohawk/livingbooks_code.h
@@ -243,7 +243,7 @@ protected:
void runNotifyCommand();
uint nextFreeString();
- bool parseCodeSymbol(const Common::String &name, uint &pos, Common::Array<byte> &code);
+ bool parseCodeSymbol(Common::String name, uint &pos, Common::Array<byte> &code, bool useAllAliases);
public:
void cmdUnimplemented(const Common::Array<LBValue> &params);