summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 692fb5b73a..d2a2af9246 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -44,7 +44,10 @@ int cast_vitalisation(int pow);
* *********************************************************************** */
void big_cloud(cloud_type cl_type, kill_category whose, int cl_x, int cl_y,
int pow, int size, int spread_rate = -1);
-
+void big_cloud(cloud_type cl_type, killer_type killer, int cl_x, int cl_y,
+ int pow, int size, int spread_rate = -1);
+void big_cloud(cloud_type cl_type, kill_category whose, killer_type killer,
+ int cl_x, int cl_y, int pow, int size, int spread_rate = -1);
// last updated 24may2000 {dlb}
/* ***********************************************************************