aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/world.h
diff options
context:
space:
mode:
authorBorja Lorente2016-08-10 16:45:14 +0200
committerBorja Lorente2016-08-19 16:29:16 +0200
commit1d5b7a6e19377c0b279c337ef4ca60749b31f6c9 (patch)
treeeb41a9dc48f22c5e042d75d53bdaf14a7271892a /engines/macventure/world.h
parentc8a2b0afe29da6daab4f448f1eb0acc108cdf8ae (diff)
downloadscummvm-rg350-1d5b7a6e19377c0b279c337ef4ca60749b31f6c9.tar.gz
scummvm-rg350-1d5b7a6e19377c0b279c337ef4ca60749b31f6c9.tar.bz2
scummvm-rg350-1d5b7a6e19377c0b279c337ef4ca60749b31f6c9.zip
MACVENTURE: Refactor world to extract new game method
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);