summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-01 13:55:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-01 13:55:17 +0000
commit45899ee5568e97ff0341d0c025f113e5be339cc1 (patch)
tree6094b6c01fd90a8cad5ef560c67ed81a1906b320 /crawl-ref/source/spells3.h
parenta7016461ff9bf7f7ea186f2af3a0b7c2f74103ad (diff)
downloadcrawl-ref-45899ee5568e97ff0341d0c025f113e5be339cc1.tar.gz
crawl-ref-45899ee5568e97ff0341d0c025f113e5be339cc1.zip
Add more halo-related cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4019 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 508993da42..ae486fad89 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -70,6 +70,7 @@ void decrease_sanctuary_radius(void);
bool cast_sanctuary(const int power);
int halo_radius(void);
void manage_halo(void);
+bool inside_halo(int posx, int posy);
bool mons_inside_halo(int posx, int posy);
// updated 24may2000 {dlb}