aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks_code.h
diff options
context:
space:
mode:
authorAlyssa Milburn2015-07-03 17:42:48 +0200
committerAlyssa Milburn2015-07-03 17:42:48 +0200
commit273f4ae9458069b5a2057e670ad093079c724f77 (patch)
tree7544f5a9f5fca060ac554d0379ec9c2a3280470c /engines/mohawk/livingbooks_code.h
parent97fcc16a4dd2ed00bb0ed4460d9abadb7de8ac52 (diff)
downloadscummvm-rg350-273f4ae9458069b5a2057e670ad093079c724f77.tar.gz
scummvm-rg350-273f4ae9458069b5a2057e670ad093079c724f77.tar.bz2
scummvm-rg350-273f4ae9458069b5a2057e670ad093079c724f77.zip
MOHAWK: Implement xpos/ypos 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 c9d62ff799..6f6297d592 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 cmdXPos(const Common::Array<LBValue> &params);
+ void cmdYPos(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);