aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-11-29 20:24:03 -0500
committerPaul Gilbert2017-11-29 20:24:03 -0500
commit7c74f4f82697570f9627ce1c87eacf7cf7361d31 (patch)
tree31877c0e928163535bacf1c8af03d30b2da02b08 /engines/xeen/xeen.h
parent0a4d3a15c47118a34a47befc9bce19b6ed53fd8d (diff)
downloadscummvm-rg350-7c74f4f82697570f9627ce1c87eacf7cf7361d31.tar.gz
scummvm-rg350-7c74f4f82697570f9627ce1c87eacf7cf7361d31.tar.bz2
scummvm-rg350-7c74f4f82697570f9627ce1c87eacf7cf7361d31.zip
XEEN: Create Windows class to hold the windows array
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;