aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/debugger.h')
-rw-r--r--engines/sherlock/debugger.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/debugger.h b/engines/sherlock/debugger.h
index bcc4448c32..ae74690bed 100644
--- a/engines/sherlock/debugger.h
+++ b/engines/sherlock/debugger.h
@@ -68,6 +68,11 @@ private:
* Show all locations on the map
*/
bool cmdLocations(int argc, const char **argv);
+
+ /**
+ * Get or set the value of a flag
+ */
+ bool cmdFlag(int argc, const char **argv);
protected:
SherlockEngine *_vm;
Common::String _3doPlayMovieFile;