summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/areas.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/areas.h')
-rw-r--r--crawl-ref/source/areas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/areas.h b/crawl-ref/source/areas.h
index 04ca393a6d..a2da7eebb0 100644
--- a/crawl-ref/source/areas.h
+++ b/crawl-ref/source/areas.h
@@ -5,5 +5,7 @@ void create_sanctuary(const coord_def& center, int time);
bool remove_sanctuary(bool did_attack = false);
void decrease_sanctuary_radius();
+bool silenced(const coord_def& p);
+
#endif