aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/game.h')
-rw-r--r--engines/mads/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/game.h b/engines/mads/game.h
index 6ef1ca9ef5..444e2fa372 100644
--- a/engines/mads/game.h
+++ b/engines/mads/game.h
@@ -29,6 +29,7 @@
#include "mads/game_data.h"
#include "mads/inventory.h"
#include "mads/player.h"
+#include "mads/screen.h"
namespace MADS {
@@ -112,6 +113,7 @@ public:
static Game *init(MADSEngine *vm);
public:
Player _player;
+ ScreenObjects _screenObjects;
int _sectionNumber;
int _priorSectionNumber;
int _currentSectionNumber;