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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/areas.h b/crawl-ref/source/areas.h
index a2da7eebb0..693b349007 100644
--- a/crawl-ref/source/areas.h
+++ b/crawl-ref/source/areas.h
@@ -7,5 +7,8 @@ void decrease_sanctuary_radius();
bool silenced(const coord_def& p);
+// Actors within whose halo the given point is.
+std::list<actor*> haloers(const coord_def &c);
+
#endif