aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.h
diff options
context:
space:
mode:
authorMax Horn2003-05-14 00:35:08 +0000
committerMax Horn2003-05-14 00:35:08 +0000
commit395b11b26c2d024dd840cd5d88d0beaa344c8458 (patch)
treef970a2aa5c74429e7cadedb10dc9e8b44f292edc /scumm/debugger.h
parentf618744799ee9147019b349d7a51a3c21f2aa066 (diff)
downloadscummvm-rg350-395b11b26c2d024dd840cd5d88d0beaa344c8458.tar.gz
scummvm-rg350-395b11b26c2d024dd840cd5d88d0beaa344c8458.tar.bz2
scummvm-rg350-395b11b26c2d024dd840cd5d88d0beaa344c8458.zip
added box drawing code from the old debugger to the new debugger (and cleaned it up + fixed it for rooms wider than one screen)
svn-id: r7491
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 8aa0eefda3..d6aa6bc525 100644
--- a/scumm/debugger.h
+++ b/scumm/debugger.h
@@ -94,6 +94,7 @@ protected:
bool Cmd_Hide(int argc, const char **argv);
void printBox(int box);
+ void drawBox(int box);
#ifdef USE_CONSOLE
static bool debuggerInputCallback(ConsoleDialog *console, const char *input, void *refCon);