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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h
index e5ce87220d..5e0f56b40f 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -75,4 +75,9 @@ extern bool lc_run_global_prelude;
const int MAP_CACHE_VERSION = 1007;
+
+#ifdef DEBUG_DIAGNOSTICS
+void mg_report_random_maps(FILE *outf, const level_id &place);
+#endif
+
#endif