summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-overview.h
diff options
context:
space:
mode:
authorargonaut <aolowin@gmail.com>2010-10-23 00:44:02 +0200
committerDavid Ploog <dploog@users.sourceforge.net>2010-10-23 00:44:02 +0200
commit5640d515a5f98bb6f4a93d941ef44c0afd3d1f39 (patch)
tree2f5ab3a3c7671ff85eda357bc13f3e21c163f98d /crawl-ref/source/dgn-overview.h
parent1303746994c54ff405ee804a18fd44272147dd70 (diff)
downloadcrawl-ref-5640d515a5f98bb6f4a93d941ef44c0afd3d1f39.tar.gz
crawl-ref-5640d515a5f98bb6f4a93d941ef44c0afd3d1f39.zip
Color annotations in Overview (Mantis #2741, by argonaut).
Diffstat (limited to 'crawl-ref/source/dgn-overview.h')
-rw-r--r--crawl-ref/source/dgn-overview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/dgn-overview.h b/crawl-ref/source/dgn-overview.h
index 00870b4cea..0231fb8c1a 100644
--- a/crawl-ref/source/dgn-overview.h
+++ b/crawl-ref/source/dgn-overview.h
@@ -33,6 +33,10 @@ void clear_level_exclusion_annotation(level_id li = level_id::current());
std::string get_level_annotation(level_id li = level_id::current(),
bool skip_excl = false);
+std::string get_coloured_level_annotation(int col,
+ level_id li = level_id::current(),
+ bool skip_excl = false);
+
bool level_annotation_has(std::string str,
level_id li = level_id::current());