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 a46f861866..ba1e9257f2 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -27,6 +27,8 @@ void fit_region_into_map_bounds(coord_def &pos, const coord_def &size);
const map_def *map_by_index(int index);
int map_count();
+int map_count_for_tag(const std::string &tag, bool want_minivault,
+ bool check_depth = false);
const map_def *find_map_by_name(const std::string &name);
const map_def *random_map_for_place(const level_id &place, bool mini = false);