aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/gnap.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gnap/gnap.h')
-rw-r--r--engines/gnap/gnap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gnap/gnap.h b/engines/gnap/gnap.h
index aa6e8d57e4..2773845542 100644
--- a/engines/gnap/gnap.h
+++ b/engines/gnap/gnap.h
@@ -39,6 +39,7 @@
#include "graphics/pixelformat.h"
#include "graphics/wincursor.h"
+#include "gnap/debugger.h"
#include "gnap/resource.h"
struct ADGameDescription;
@@ -304,6 +305,7 @@ public:
SequenceCache *_sequenceCache;
GameSys *_gameSys;
SoundMan *_soundMan;
+ Debugger *_debugger;
int _lastUpdateClock;