diff options
Diffstat (limited to 'simon/debugger.cpp')
-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) |