diff options
Diffstat (limited to 'scumm/debugger.h')
-rw-r--r-- | scumm/debugger.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/debugger.h b/scumm/debugger.h index 208871c058..9252f79bb8 100644 --- a/scumm/debugger.h +++ b/scumm/debugger.h @@ -21,6 +21,8 @@ #ifndef DEBUG_H #define DEBUG_H +class ConsoleDialog; + namespace Scumm { // Choose between text console or ScummConsole @@ -66,6 +68,7 @@ protected: bool _detach_now; bool _isAttached; char *_errStr; + ConsoleDialog *_debuggerDialog; void enter(); void detach(); |