summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/exclude.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-11 18:36:27 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-11 19:18:13 +0100
commit2c63f35a7436d26bd8f3e1bafd7096dbf6dc2e8a (patch)
tree9ad105b2978e6e485897360cea1d47cdc5d8a9dc /crawl-ref/source/exclude.h
parentf07d3b57527afdb02678406ce6a9bb83a8c6440b (diff)
downloadcrawl-ref-2c63f35a7436d26bd8f3e1bafd7096dbf6dc2e8a.tar.gz
crawl-ref-2c63f35a7436d26bd8f3e1bafd7096dbf6dc2e8a.zip
Implement #2374: Don't prompt for cloud-excluded staircases.
Diffstat (limited to 'crawl-ref/source/exclude.h')
-rw-r--r--crawl-ref/source/exclude.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/exclude.h b/crawl-ref/source/exclude.h
index 3ca40f84f9..217fbfd79c 100644
--- a/crawl-ref/source/exclude.h
+++ b/crawl-ref/source/exclude.h
@@ -13,6 +13,7 @@ void deferred_exclude_update();
bool is_exclude_root(const coord_def &p);
int get_exclusion_radius(const coord_def &p);
+std::string get_exclusion_desc(const coord_def &p);
void cycle_exclude_radius(const coord_def &p);
void del_exclude(const coord_def &p);
void set_exclude(const coord_def &p, int radius = LOS_RADIUS,