summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/areas.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-21 11:02:24 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-21 11:20:30 +0100
commit2fb6a7e3d921cde7222b816bda2aaf161005371a (patch)
treeaf3bce319aa2b32f996a255bc59e800966d85a2f /crawl-ref/source/areas.h
parent201207baf25adbba05f334d80037d186281bccdf (diff)
downloadcrawl-ref-2fb6a7e3d921cde7222b816bda2aaf161005371a.tar.gz
crawl-ref-2fb6a7e3d921cde7222b816bda2aaf161005371a.zip
Move silenced(pos) to areas.cc.
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