aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/xeen.h')
-rw-r--r--engines/xeen/xeen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/xeen/xeen.h b/engines/xeen/xeen.h
index e5122ce147..dba340e329 100644
--- a/engines/xeen/xeen.h
+++ b/engines/xeen/xeen.h
@@ -33,6 +33,8 @@
#include "engines/engine.h"
#include "graphics/surface.h"
#include "xeen/debugger.h"
+#include "xeen/events.h"
+#include "xeen/screen.h"
/**
* This is the namespace of the Xeen engine.
@@ -104,6 +106,8 @@ private:
virtual bool hasFeature(EngineFeature f) const;
public:
Debugger *_debugger;
+ EventsManager *_events;
+ Screen *_screen;
public:
XeenEngine(OSystem *syst, const XeenGameDescription *gameDesc);
virtual ~XeenEngine();