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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index 8ca697cf9f..3df9df85ca 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -35,6 +35,8 @@ struct fog_machine_data
cloud_type random_smoke_type();
+cloud_type cloud_type_at(const coord_def &pos);
+
void delete_cloud( int cloud );
void move_cloud( int cloud, int new_x, int new_y );