diff options
Diffstat (limited to 'scumm/debugger.cpp')
-rw-r--r-- | scumm/debugger.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp index 2a94c96b93..4a97fff3e4 100644 --- a/scumm/debugger.cpp +++ b/scumm/debugger.cpp @@ -36,6 +36,8 @@ #include "common/debugger.cpp" +extern int gDebugLevel; + namespace Scumm { void CDECL debugC(int channel, const char *s, ...) { |