summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 9eea54e646..8d8a77e1b0 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -13,6 +13,8 @@
#define SPELLS3_H
+struct dist;
+
// updated 24may2000 {dlb}
/* ***********************************************************************
* called from: spells1 - spells3
@@ -24,7 +26,7 @@ bool allow_control_teleport( bool silent = false );
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-int airstrike(int power);
+int airstrike(int power, dist &beam);
// updated 24may2000 {dlb}