]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/subgame.h
Various style cleanups + unused code removal
[dragonfireclient.git] / src / subgame.h
index 4b15faa8d570546fe1c30ee0696b39271bf22fd3..f3633ce2f2695c7e36e6148bfb40b5f0e40aac52 100644 (file)
@@ -98,8 +98,9 @@ struct WorldSpec
 
 std::vector<WorldSpec> getAvailableWorlds();
 
-// Create world directory and world.mt if they don't exist
-bool initializeWorld(const std::string &path, const std::string &gameid);
+// loads the subgame's config and creates world directory
+// and world.mt if they don't exist
+bool loadGameConfAndInitWorld(const std::string &path, const SubgameSpec &gamespec);
 
 #endif