aboutsummaryrefslogtreecommitdiff
path: root/scumm/debugger.h
diff options
context:
space:
mode:
authorJames Brown2002-12-16 06:38:29 +0000
committerJames Brown2002-12-16 06:38:29 +0000
commit3a43db28e31a8420ee5a15cf7b7499575a517eef (patch)
treea8ea003d9ac2c9b0f7477a1106dac00b93668eb4 /scumm/debugger.h
parente9898096653965b5cee0d73b4c802f19b07ab57a (diff)
downloadscummvm-rg350-3a43db28e31a8420ee5a15cf7b7499575a517eef.tar.gz
scummvm-rg350-3a43db28e31a8420ee5a15cf7b7499575a517eef.tar.bz2
scummvm-rg350-3a43db28e31a8420ee5a15cf7b7499575a517eef.zip
Oops. Fix compile.
svn-id: r5991
Diffstat (limited to 'scumm/debugger.h')
-rw-r--r--scumm/debugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/debugger.h b/scumm/debugger.h
index 7029b441e5..afae964c11 100644
--- a/scumm/debugger.h
+++ b/scumm/debugger.h
@@ -20,7 +20,7 @@
#ifndef DEBUG_H
#define DEBUG_H
-
+#define USE_CONSOLE
class Scumm;
typedef bool (ScummDebugger::*DebugProc)();