summaryrefslogtreecommitdiff
path: root/src/subgame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subgame.h')
-rw-r--r--src/subgame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subgame.h b/src/subgame.h
index 061bb4180..49e526d76 100644
--- a/src/subgame.h
+++ b/src/subgame.h
@@ -52,6 +52,7 @@ SubgameSpec findSubgame(const std::string &id);
std::set<std::string> getAvailableGameIds();
std::vector<SubgameSpec> getAvailableGames();
+bool getWorldExists(const std::string &world_path);
std::string getWorldGameId(const std::string &world_path,
bool can_be_legacy=false);