aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks_code.h
diff options
context:
space:
mode:
authorAlyssa Milburn2011-05-13 23:03:47 +0200
committerAlyssa Milburn2011-05-13 23:03:47 +0200
commit3ed095434f471d1cecde2f8c2c805f7d22aed572 (patch)
tree0aaa08beb1972caea2a1c43e5d4d81157c2b4a51 /engines/mohawk/livingbooks_code.h
parent80249e34455320afc0ac3db4f8e78c803dd5b5ab (diff)
downloadscummvm-rg350-3ed095434f471d1cecde2f8c2c805f7d22aed572.tar.gz
scummvm-rg350-3ed095434f471d1cecde2f8c2c805f7d22aed572.tar.bz2
scummvm-rg350-3ed095434f471d1cecde2f8c2c805f7d22aed572.zip
MOHAWK: Stub another two LB script functions.
Diffstat (limited to 'engines/mohawk/livingbooks_code.h')
-rw-r--r--engines/mohawk/livingbooks_code.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/livingbooks_code.h b/engines/mohawk/livingbooks_code.h
index d64ce5af67..9602e2d22d 100644
--- a/engines/mohawk/livingbooks_code.h
+++ b/engines/mohawk/livingbooks_code.h
@@ -222,12 +222,14 @@ public:
void cmdLeft(const Common::Array<LBValue> &params);
void cmdBottom(const Common::Array<LBValue> &params);
void cmdRight(const Common::Array<LBValue> &params);
+ void cmdSetDragParams(const Common::Array<LBValue> &params);
void cmdSetPlayParams(const Common::Array<LBValue> &params);
void cmdSetKeyEvent(const Common::Array<LBValue> &params);
void cmdSetHitTest(const Common::Array<LBValue> &params);
void cmdKey(const Common::Array<LBValue> &params);
void itemSetParent(const Common::Array<LBValue> &params);
+ void itemMoveTo(const Common::Array<LBValue> &params);
void itemIsPlaying(const Common::Array<LBValue> &params);
};