aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/mads.h')
-rw-r--r--engines/mads/mads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/mads.h b/engines/mads/mads.h
index b7598eb03d..5166b7b2b1 100644
--- a/engines/mads/mads.h
+++ b/engines/mads/mads.h
@@ -30,6 +30,7 @@
#include "common/util.h"
#include "engines/engine.h"
#include "graphics/surface.h"
+#include "mads/debugger.h"
#include "mads/events.h"
#include "mads/font.h"
#include "mads/game.h"
@@ -86,6 +87,7 @@ protected:
virtual Common::Error run();
virtual bool hasFeature(EngineFeature f) const;
public:
+ Debugger *_debugger;
EventsManager *_events;
Font *_font;
Game *_game;