aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorMax Horn2004-12-27 22:08:20 +0000
committerMax Horn2004-12-27 22:08:20 +0000
commitd299f0601bd977907426d18828dacec14907b8dc (patch)
treea3a26d6181d3247efc73b02ee13388747ea045f7 /simon
parent6e32618c9a8b3a70ab92891042e457bc71b2d15a (diff)
downloadscummvm-rg350-d299f0601bd977907426d18828dacec14907b8dc.tar.gz
scummvm-rg350-d299f0601bd977907426d18828dacec14907b8dc.tar.bz2
scummvm-rg350-d299f0601bd977907426d18828dacec14907b8dc.zip
Reducing header dependencies a bit
svn-id: r16347
Diffstat (limited to 'simon')
-rw-r--r--simon/debugger.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/simon/debugger.cpp b/simon/debugger.cpp
index e0c35e991c..3dec5bc089 100644
--- a/simon/debugger.cpp
+++ b/simon/debugger.cpp
@@ -25,6 +25,8 @@
#include "simon/debugger.h"
#include "simon/simon.h"
+extern int gDebugLevel;
+
namespace Simon {
Debugger::Debugger(SimonEngine *vm)