diff options
| author | Max Horn | 2004-12-27 22:08:20 +0000 |
|---|---|---|
| committer | Max Horn | 2004-12-27 22:08:20 +0000 |
| commit | d299f0601bd977907426d18828dacec14907b8dc (patch) | |
| tree | a3a26d6181d3247efc73b02ee13388747ea045f7 /simon | |
| parent | 6e32618c9a8b3a70ab92891042e457bc71b2d15a (diff) | |
| download | scummvm-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.cpp | 2 |
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) |
