summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/maps.h')
-rw-r--r--crawl-ref/source/maps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h
index fd347f6a64..174349da58 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -49,6 +49,8 @@ int random_map_for_tag(const std::string &tag, bool want_minivault,
bool check_depth = false);
void add_parsed_map(const map_def &md);
+std::vector<std::string> find_map_matches(const std::string &name);
+
void read_maps();
void read_map(const std::string &file);
void run_map_preludes();