aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.h
diff options
context:
space:
mode:
authorJonathan Gray2003-01-18 16:04:28 +0000
committerJonathan Gray2003-01-18 16:04:28 +0000
commitc982b4f00b922c6c9629e2f532ed7ed62767b5b2 (patch)
treed6ce040c7bc2cc46d8cc64fa05ed34770aa515d8 /scumm/debugger.h
parentc1ce0e1eceb12ecac8ec0f8bdb247e5b6d44a126 (diff)
downloadscummvm-rg350-c982b4f00b922c6c9629e2f532ed7ed62767b5b2.tar.gz
scummvm-rg350-c982b4f00b922c6c9629e2f532ed7ed62767b5b2.tar.bz2
scummvm-rg350-c982b4f00b922c6c9629e2f532ed7ed62767b5b2.zip
add help command to debugger to list commands and vars, we should probably have a help string for each but this is much better than reading the code for now :)
svn-id: r6501
Diffstat (limited to 'scumm/debugger.h')
-rw-r--r--scumm/debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/debugger.h b/scumm/debugger.h
index a711fe2a92..ab23443765 100644
--- a/scumm/debugger.h
+++ b/scumm/debugger.h
@@ -78,6 +78,7 @@ protected:
bool Cmd_Actor(int argc, const char **argv);
bool Cmd_DebugLevel(int argc, const char **argv);
+ bool Cmd_Help(int argc, const char **argv);
void printBox(int box);