summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-16 15:42:01 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-16 15:42:01 +0000
commit689dba0985490d701f4b9a5ef2e9a1c93f93e999 (patch)
tree5bd5b59ffde7a27214e8f2f6646b8ee8e949566d /crawl-ref/source/misc.h
parentcf1b4beb2d59596d200bfe2a398d5ba093e88096 (diff)
downloadcrawl-ref-689dba0985490d701f4b9a5ef2e9a1c93f93e999.tar.gz
crawl-ref-689dba0985490d701f4b9a5ef2e9a1c93f93e999.zip
Added level_map_title option per 1598159.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@855 c06c8d41-db1a-0410-9941-cceddc491573
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}