aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.h
diff options
context:
space:
mode:
authorJonathan Gray2003-01-18 14:51:06 +0000
committerJonathan Gray2003-01-18 14:51:06 +0000
commitd591eb77f7f9dea14c56f0e28a9f7adda8550877 (patch)
treece654a8d1eeb713f0d157faadfe1cc91ba1e5fe3 /scumm/debugger.h
parent3faa561c47088cb7678ae6ed35c1e7005122af61 (diff)
downloadscummvm-rg350-d591eb77f7f9dea14c56f0e28a9f7adda8550877.tar.gz
scummvm-rg350-d591eb77f7f9dea14c56f0e28a9f7adda8550877.tar.bz2
scummvm-rg350-d591eb77f7f9dea14c56f0e28a9f7adda8550877.zip
add the view/set debug level command 'level' from the old debugger
svn-id: r6496
Diffstat (limited to 'scumm/debugger.h')
-rw-r--r--scumm/debugger.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/debugger.h b/scumm/debugger.h
index d306961d3d..a711fe2a92 100644
--- a/scumm/debugger.h
+++ b/scumm/debugger.h
@@ -77,8 +77,10 @@ protected:
bool Cmd_PrintBox(int argc, const char **argv);
bool Cmd_Actor(int argc, const char **argv);
- void printBox(int box);
+ bool Cmd_DebugLevel(int argc, const char **argv);
+ void printBox(int box);
+
#ifdef USE_CONSOLE
static bool debuggerInputCallback(ConsoleDialog *console, const char *input, void *refCon);
#endif