summaryrefslogtreecommitdiffstats
path: root/trunk/source/cloud.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/cloud.h')
-rw-r--r--trunk/source/cloud.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/trunk/source/cloud.h b/trunk/source/cloud.h
new file mode 100644
index 0000000000..e11535ca8c
--- /dev/null
+++ b/trunk/source/cloud.h
@@ -0,0 +1,22 @@
+/*
+ * 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