summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 2ae9ebad77..5d24f2dbac 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -86,6 +86,8 @@ void itrap(struct bolt &pbolt, int trapped);
* *********************************************************************** */
void new_level(void);
+std::string level_description_string();
+
void init_new_level(bool transit);
// last updated 12may2000 {dlb}