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 f3933c5f7e..e78ab7f0db 100644
--- a/engines/macventure/world.h
+++ b/engines/macventure/world.h
@@ -92,6 +92,8 @@ public:
World(MacVentureEngine *engine, Common::MacResManager *resMan);
~World();
+ void startNewGame();
+
void setObjAttr(ObjID objID, uint32 attrID, Attribute value);
void setGlobal(uint32 attrID, Attribute value);
void updateObj(ObjID objID);