aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks_code.h
diff options
context:
space:
mode:
authorAlyssa Milburn2015-07-03 17:31:40 +0200
committerAlyssa Milburn2015-07-03 17:32:14 +0200
commit327899c7d214c418250f2fcc6481f12256fe190c (patch)
treed8c08055702e973d813531a3ac573e31e6414bec /engines/mohawk/livingbooks_code.h
parent323a16e51c5925a07e9316ed69cc23a25401db16 (diff)
downloadscummvm-rg350-327899c7d214c418250f2fcc6481f12256fe190c.tar.gz
scummvm-rg350-327899c7d214c418250f2fcc6481f12256fe190c.tar.bz2
scummvm-rg350-327899c7d214c418250f2fcc6481f12256fe190c.zip
MOHAWK: Implement width/height for LB.
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 080377ce99..b6b38b61fc 100644
--- a/engines/mohawk/livingbooks_code.h
+++ b/engines/mohawk/livingbooks_code.h
@@ -263,6 +263,8 @@ public:
void cmdLeft(const Common::Array<LBValue> &params);
void cmdBottom(const Common::Array<LBValue> &params);
void cmdRight(const Common::Array<LBValue> &params);
+ void cmdWidth(const Common::Array<LBValue> &params);
+ void cmdHeight(const Common::Array<LBValue> &params);
void cmdMove(const Common::Array<LBValue> &params);
void cmdSetDragParams(const Common::Array<LBValue> &params);
void cmdNewList(const Common::Array<LBValue> &params);