summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index d2935843ec..c529b727fe 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -3,6 +3,8 @@
* Summary: Functions related to ranged attacks.
* Written by: Linley Henzell
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <1> -/--/-- LRH Created
@@ -82,6 +84,7 @@ void place_cloud(unsigned char cl_type, unsigned char ctarget_x, unsigned char c
* *********************************************************************** */
void fire_tracer( struct monsters *monster, struct bolt &pbolt );
+bool check_line_of_sight( int sx, int sy, int tx, int ty );
/* ***********************************************************************
* called from: monstuff
@@ -91,4 +94,6 @@ void mimic_alert( struct monsters *mimic );
void zapping( char ztype, int power, struct bolt &pbolt );
+int affect(struct bolt &beam, int x, int y);
+
#endif