summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cloud.h')
-rw-r--r--crawl-ref/source/cloud.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index b4e5d229bf..1485f3782c 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -42,8 +42,18 @@ void move_cloud( int cloud, const coord_def& newpos );
void check_place_cloud( cloud_type cl_type, const coord_def& p, int lifetime,
kill_category whose, int spread_rate = -1 );
+void check_place_cloud( cloud_type cl_type, const coord_def& p, int lifetime,
+ killer_type killer, int spread_rate = -1 );
+void check_place_cloud( cloud_type cl_type, const coord_def& p, int lifetime,
+ kill_category whose, killer_type killer,
+ int spread_rate = -1 );
void place_cloud( cloud_type cl_type, const coord_def& ctarget,
int cl_range, kill_category whose, int spread_rate = -1 );
+void place_cloud( cloud_type cl_type, const coord_def& ctarget,
+ int cl_range, killer_type killer, int spread_rate = -1 );
+void place_cloud( cloud_type cl_type, const coord_def& ctarget,
+ int cl_range, kill_category whose, killer_type killer,
+ int spread_rate = -1 );
void manage_clouds(void);