summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-overview.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-05-14 14:45:28 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-05-15 13:07:28 +0200
commit919270b38deb33ce6b21e57796992ccbd753dc55 (patch)
tree09029b86de30c12906491d9409cae9e7fc9676ef /crawl-ref/source/dgn-overview.h
parent4ced95433dc9a798c729eda68df69be8d77a96de (diff)
downloadcrawl-ref-919270b38deb33ce6b21e57796992ccbd753dc55.tar.gz
crawl-ref-919270b38deb33ce6b21e57796992ccbd753dc55.zip
Allow annotating portal levels.
Useful, for example, if you enter a Ziggurat from Pan, and want to remind yourself to take items you stashed on the way back. The annotation goes away when the level in question is deleted.
Diffstat (limited to 'crawl-ref/source/dgn-overview.h')
-rw-r--r--crawl-ref/source/dgn-overview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/dgn-overview.h b/crawl-ref/source/dgn-overview.h
index eaee4aafda..459d64d4c7 100644
--- a/crawl-ref/source/dgn-overview.h
+++ b/crawl-ref/source/dgn-overview.h
@@ -40,6 +40,7 @@ bool level_annotation_has(std::string str,
void annotate_level();
void do_annotate(level_id& li);
+void clear_level_annotation(level_id li);
class writer;
class reader;