aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/world.h')
-rw-r--r--engines/macventure/world.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/macventure/world.h b/engines/macventure/world.h
index fe45508623..8afa75c83c 100644
--- a/engines/macventure/world.h
+++ b/engines/macventure/world.h
@@ -122,8 +122,10 @@ private:
Common::String _startGameFileName;
SaveGame *_saveGame;
+
Container *_objectConstants;
Container *_gameText;
+ Container *_gameGraphics;
Common::Array<ObjID> _relations; // Parent-child relations, stored in Williams Heap format
};