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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sherlock/debugger.h b/engines/sherlock/debugger.h
index 6021bb7d0d..e6a3aba828 100644
--- a/engines/sherlock/debugger.h
+++ b/engines/sherlock/debugger.h
@@ -34,8 +34,14 @@ class Debugger : public GUI::Debugger {
private:
SherlockEngine *_vm;
+ /**
+ * Converts a decimal or hexadecimal string into a number
+ */
int strToInt(const char *s);
+ /**
+ * Switch to another scene
+ */
bool cmdScene(int argc, const char **argv);
public:
Debugger(SherlockEngine *vm);