From 2abce62b8fd1b29d2c351ca7502f21010882674f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 25 Jan 2015 21:19:59 -0500 Subject: XEEN: Add skeleton for spells class --- engines/xeen/xeen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/xeen/xeen.h') diff --git a/engines/xeen/xeen.h b/engines/xeen/xeen.h index b60908ddfe..38c7beb057 100644 --- a/engines/xeen/xeen.h +++ b/engines/xeen/xeen.h @@ -43,6 +43,7 @@ #include "xeen/screen.h" #include "xeen/scripts.h" #include "xeen/sound.h" +#include "xeen/spells.h" /** * This is the namespace of the Xeen engine. @@ -140,6 +141,7 @@ public: Screen *_screen; Scripts *_scripts; SoundManager *_sound; + Spells *_spells; Treasure _treasure; Mode _mode; GameEvent _gameEvent; -- cgit v1.2.3