summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-10 01:01:14 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-10 01:12:55 +0100
commit6660c93e78d1136c28eca3db80bbe61722b79e1a (patch)
tree790fff1bb014200029485221cb2a08dd0eb5be66 /crawl-ref/source/view.h
parentee4a97070513bbc1883a9c9acfee195919d9dc47 (diff)
downloadcrawl-ref-6660c93e78d1136c28eca3db80bbe61722b79e1a.tar.gz
crawl-ref-6660c93e78d1136c28eca3db80bbe61722b79e1a.zip
ZotDef: start with the map mapped.
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 595d2fe107..e3e2cc4cf9 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -25,6 +25,7 @@ bool magic_mapping(int map_radius, int proportion, bool suppress_msg,
bool circular = false,
coord_def origin = coord_def(-1, -1));
void reautomap_level();
+void fully_map_level();
bool is_feature(wchar_t feature, const coord_def& where);