summaryrefslogtreecommitdiff
path: root/src/map/magic-expr.h
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2008-11-24 13:27:26 -0700
committerFate <fate-tmw@googlemail.com>2008-11-24 13:27:26 -0700
commitb218ad7f381cb7e460bd7f464f4c8b6fab18a27e (patch)
tree8b69f77c7e983df0589739edc32a7fbea3ffe11c /src/map/magic-expr.h
parent0cf54b3627d8880bf9670b518740d96d8b80a8f4 (diff)
downloadtmwa-b218ad7f381cb7e460bd7f464f4c8b6fab18a27e.tar.gz
tmwa-b218ad7f381cb7e460bd7f464f4c8b6fab18a27e.tar.bz2
tmwa-b218ad7f381cb7e460bd7f464f4c8b6fab18a27e.tar.xz
tmwa-b218ad7f381cb7e460bd7f464f4c8b6fab18a27e.zip
Fixed looping over spells
Diffstat (limited to 'src/map/magic-expr.h')
-rw-r--r--src/map/magic-expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/magic-expr.h b/src/map/magic-expr.h
index 1a54293..d8221d0 100644
--- a/src/map/magic-expr.h
+++ b/src/map/magic-expr.h
@@ -94,5 +94,7 @@ magic_find_item(val_t *args, int index, struct item *item, int *stackable);
#define GET_ARG_ITEM(index, dest, stackable) switch(magic_find_item(args, index, &dest, &stackable)) { case -1 : return 1; case 1 : return 0; }
+int
+magic_location_in_area(int m, int x, int y, area_t *area);
#endif /* !defined(MAGIC_EXPR_H_) */