aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/tony.h')
-rw-r--r--engines/tony/tony.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tony/tony.h b/engines/tony/tony.h
index 23c235d058..bdaffee7c9 100644
--- a/engines/tony/tony.h
+++ b/engines/tony/tony.h
@@ -34,6 +34,7 @@
#include "tony/mpal/mpal.h"
#include "tony/mpal/memory.h"
+#include "tony/debugger.h"
#include "tony/gfxengine.h"
#include "tony/loc.h"
#include "tony/utils.h"
@@ -101,6 +102,7 @@ public:
Common::Array<VoiceHeader> _voices;
FPSOUND _theSound;
Globals _globals;
+ Debugger *_debugger;
enum DATADIR {
DD_BASE = 1,