aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks_code.h
diff options
context:
space:
mode:
authorAlyssa Milburn2011-11-20 16:31:27 +0100
committerAlyssa Milburn2011-11-20 16:32:23 +0100
commitc74b364b218d5fdf737685398a77a8ebaeb60c73 (patch)
tree738b9e9e06a0ca9639d7e48480f88aafbe4e515c /engines/mohawk/livingbooks_code.h
parent40474f0bc65796db591438ef236d0888398d5e65 (diff)
downloadscummvm-rg350-c74b364b218d5fdf737685398a77a8ebaeb60c73.tar.gz
scummvm-rg350-c74b364b218d5fdf737685398a77a8ebaeb60c73.tar.bz2
scummvm-rg350-c74b364b218d5fdf737685398a77a8ebaeb60c73.zip
MOHAWK: Implement LB's makePt.
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 79c9af94f7..84ea66a4c7 100644
--- a/engines/mohawk/livingbooks_code.h
+++ b/engines/mohawk/livingbooks_code.h
@@ -225,6 +225,7 @@ public:
void cmdStringLen(const Common::Array<LBValue> &params);
void cmdSubstring(const Common::Array<LBValue> &params);
void cmdGetRect(const Common::Array<LBValue> &params);
+ void cmdMakePoint(const Common::Array<LBValue> &params);
void cmdTopLeft(const Common::Array<LBValue> &params);
void cmdBottomRight(const Common::Array<LBValue> &params);
void cmdTop(const Common::Array<LBValue> &params);