moved ScummDebugger into seperate header; re-added box drawing (debug) code; changed some debugg hotkeys: (q)uit became (c)onitune and (e)xit became quit. This matches gdb, and is IMHO either to understand, too

svn-id: r4660
This commit is contained in:
Max Horn 2002-07-27 21:06:50 +00:00
parent 064c16dd21
commit 330d06ba1b
5 changed files with 218 additions and 39 deletions

View file

@ -25,6 +25,7 @@
#include "sound/mididrv.h"
#include "sound/imuse.h"
#include "actor.h"
#include "debug.h"
#include "gameDetector.h"
#include "gui.h"
#include "newgui.h"