summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/place.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/place.h')
-rw-r--r--crawl-ref/source/place.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/place.h b/crawl-ref/source/place.h
index 47dd89f3c4..092a737b6e 100644
--- a/crawl-ref/source/place.h
+++ b/crawl-ref/source/place.h
@@ -48,4 +48,6 @@ bool level_type_exits_down(level_area_type type);
bool level_type_allows_followers(level_area_type type);
bool level_type_is_stash_trackable(level_area_type type);
+std::vector<level_id> all_dungeon_ids();
+
#endif