aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks_code.h
diff options
context:
space:
mode:
authorAlyssa Milburn2015-07-03 17:38:00 +0200
committerAlyssa Milburn2015-07-03 17:38:00 +0200
commit97fcc16a4dd2ed00bb0ed4460d9abadb7de8ac52 (patch)
tree7e6ffa16ee52f7722b954805d5971d453e64f3a0 /engines/mohawk/livingbooks_code.h
parent327899c7d214c418250f2fcc6481f12256fe190c (diff)
downloadscummvm-rg350-97fcc16a4dd2ed00bb0ed4460d9abadb7de8ac52.tar.gz
scummvm-rg350-97fcc16a4dd2ed00bb0ed4460d9abadb7de8ac52.tar.bz2
scummvm-rg350-97fcc16a4dd2ed00bb0ed4460d9abadb7de8ac52.zip
MOHAWK: Implement deleteVar for LB.
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 b6b38b61fc..c9d62ff799 100644
--- a/engines/mohawk/livingbooks_code.h
+++ b/engines/mohawk/livingbooks_code.h
@@ -275,6 +275,7 @@ public:
void cmdDeleteAt(const Common::Array<LBValue> &params);
void cmdSetProperty(const Common::Array<LBValue> &params);
void cmdGetProperty(const Common::Array<LBValue> &params);
+ void cmdDeleteVar(const Common::Array<LBValue> &params);
void cmdExec(const Common::Array<LBValue> &params);
void cmdReturn(const Common::Array<LBValue> &params);
void cmdSetPlayParams(const Common::Array<LBValue> &params);