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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/xeen.h b/engines/xeen/xeen.h
index 5cd30aaf7a..51845d78ce 100644
--- a/engines/xeen/xeen.h
+++ b/engines/xeen/xeen.h
@@ -46,6 +46,7 @@
#include "xeen/sound.h"
#include "xeen/spells.h"
#include "xeen/town.h"
+#include "xeen/window.h"
/**
* This is the namespace of the Xeen engine.
@@ -152,6 +153,7 @@ public:
Sound *_sound;
Spells *_spells;
Town *_town;
+ Windows *_windows;
Mode _mode;
GameEvent _gameEvent;
Common::SeekableReadStream *_eventData;