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 38c7beb057..1145072d6d 100644
--- a/engines/xeen/xeen.h
+++ b/engines/xeen/xeen.h
@@ -44,6 +44,7 @@
#include "xeen/scripts.h"
#include "xeen/sound.h"
#include "xeen/spells.h"
+#include "xeen/town.h"
/**
* This is the namespace of the Xeen engine.
@@ -142,6 +143,7 @@ public:
Scripts *_scripts;
SoundManager *_sound;
Spells *_spells;
+ Town *_town;
Treasure _treasure;
Mode _mode;
GameEvent _gameEvent;