aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_scripts.h
diff options
context:
space:
mode:
authorBastien Bouclet2016-08-06 19:22:12 +0200
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commitc1331e124f61b22446de5ff81171f2cf3bac59ba (patch)
treea357fc1846b8633e86f198d8efa47913b48a5f58 /engines/mohawk/riven_scripts.h
parent871516a9697db1914d703f0abb48a2f084452b0c (diff)
downloadscummvm-rg350-c1331e124f61b22446de5ff81171f2cf3bac59ba.tar.gz
scummvm-rg350-c1331e124f61b22446de5ff81171f2cf3bac59ba.tar.bz2
scummvm-rg350-c1331e124f61b22446de5ff81171f2cf3bac59ba.zip
MOHAWK: Move the current hotspot to RivenCard
Diffstat (limited to 'engines/mohawk/riven_scripts.h')
-rw-r--r--engines/mohawk/riven_scripts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mohawk/riven_scripts.h b/engines/mohawk/riven_scripts.h
index 8710026143..05cbd15f40 100644
--- a/engines/mohawk/riven_scripts.h
+++ b/engines/mohawk/riven_scripts.h
@@ -70,6 +70,9 @@ public:
/** Append a command to the script */
void addCommand(RivenCommand *command);
+ /** True if the script does not contain any command */
+ bool empty() const;
+
/**
* Run the script
*