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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index e94c7d83b5..be7502d6a0 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -27,5 +27,6 @@ void place_cloud(cloud_type cl_type, int ctarget_x, int ctarget_y,
void manage_clouds(void);
bool is_opaque_cloud(unsigned char cloud_idx);
+int steam_cloud_damage(const cloud_struct &cloud);
#endif