summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
Diffstat (limited to 'stone_soup/crawl-ref/source/cloud.h')
-rw-r--r--stone_soup/crawl-ref/source/cloud.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/stone_soup/crawl-ref/source/cloud.h b/stone_soup/crawl-ref/source/cloud.h
deleted file mode 100644
index e11535ca8c..0000000000
--- a/stone_soup/crawl-ref/source/cloud.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * File: cloud.h
- * Summary: Functions related to clouds.
- * Written by: Brent Ross
- *
- * Change History (most recent first):
- *
- * <1> Oct 1/2001 BWR Created
- */
-
-
-#ifndef CLOUD_H
-#define CLOUD_H
-
-#include "externs.h"
-
-void delete_cloud( int cloud );
-void move_cloud( int cloud, int new_x, int new_y );
-
-void place_cloud(unsigned char cl_type, unsigned char ctarget_x, unsigned char ctarget_y, unsigned char cl_range);
-
-#endif