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 5166b7b2b1..b3a05dc56c 100644
--- a/engines/mads/mads.h
+++ b/engines/mads/mads.h
@@ -31,6 +31,7 @@
#include "engines/engine.h"
#include "graphics/surface.h"
#include "mads/debugger.h"
+#include "mads/dialogs.h"
#include "mads/events.h"
#include "mads/font.h"
#include "mads/game.h"
@@ -88,6 +89,7 @@ protected:
virtual bool hasFeature(EngineFeature f) const;
public:
Debugger *_debugger;
+ Dialogs *_dialogs;
EventsManager *_events;
Font *_font;
Game *_game;