aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks_code.h
diff options
context:
space:
mode:
authorAlyssa Milburn2011-12-08 23:23:35 +0100
committerAlyssa Milburn2011-12-08 23:23:35 +0100
commit99d3b7b5c3042dcd0857aa733e2d43ed17864c0f (patch)
treeb964bc7acac20dd8c325a45ca862bba7f4ea212d /engines/mohawk/livingbooks_code.h
parent64c5a12d604f09a1c0322b698f35136d46b4d621 (diff)
downloadscummvm-rg350-99d3b7b5c3042dcd0857aa733e2d43ed17864c0f.tar.gz
scummvm-rg350-99d3b7b5c3042dcd0857aa733e2d43ed17864c0f.tar.bz2
scummvm-rg350-99d3b7b5c3042dcd0857aa733e2d43ed17864c0f.zip
MOHAWK: Stub LB clone command.
Diffstat (limited to 'engines/mohawk/livingbooks_code.h')
-rw-r--r--engines/mohawk/livingbooks_code.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/livingbooks_code.h b/engines/mohawk/livingbooks_code.h
index a8d5e2d2dc..47dd90f814 100644
--- a/engines/mohawk/livingbooks_code.h
+++ b/engines/mohawk/livingbooks_code.h
@@ -281,6 +281,7 @@ public:
void cmdLBXFunc(const Common::Array<LBValue> &params);
void cmdKey(const Common::Array<LBValue> &params);
+ void itemClone(const Common::Array<LBValue> &params);
void itemIsPlaying(const Common::Array<LBValue> &params);
void itemIsLoaded(const Common::Array<LBValue> &params);
void itemMoveTo(const Common::Array<LBValue> &params);