summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authorZannick <jokeserver@gmail.com>2012-12-30 18:27:30 -0800
committerNeil Moore <neil@s-z.org>2013-01-01 23:13:42 -0500
commitab1c68e40bac222518ee90bc63e5a4eeb1bf3828 (patch)
tree6c23854c5cde05f447179cb2ba76a5b218d243bc /crawl-ref/source/mapdef.h
parent08a56f5773bfdba9613ce7f051a29e5451449c28 (diff)
downloadcrawl-ref-ab1c68e40bac222518ee90bc63e5a4eeb1bf3828.tar.gz
crawl-ref-ab1c68e40bac222518ee90bc63e5a4eeb1bf3828.zip
Track unique tags while placing subvaults (#6328).
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index c5d3d40b28..9a7a7cb6ff 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -1281,6 +1281,8 @@ private:
const int CHANCE_ROLL = 10000;
+void clear_subvault_stack(void);
+
void map_register_flag(const string &flag);
string escape_string(string in, const string &toesc, const string &escapewith);