summaryrefslogtreecommitdiffstats
path: root/trunk/source/lev-pand.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/lev-pand.h')
-rw-r--r--trunk/source/lev-pand.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/trunk/source/lev-pand.h b/trunk/source/lev-pand.h
new file mode 100644
index 0000000000..6868ad4bf1
--- /dev/null
+++ b/trunk/source/lev-pand.h
@@ -0,0 +1,30 @@
+/*
+ * File: lev-pand.h
+ * Summary: Functions used in Pandemonium.
+ * Written by: Linley Henzell
+ *
+ * Change History (most recent first):
+ *
+ * <1> -/--/-- LRH Created
+ */
+
+
+#ifndef LEVPAND_H
+#define LEVPAND_H
+
+
+// last updated 12may2000 {dlb}
+/* ***********************************************************************
+ * called from: abyss - misc
+ * *********************************************************************** */
+void init_pandemonium(void);
+
+
+// last updated 12may2000 {dlb}
+/* ***********************************************************************
+ * called from: acr - misc
+ * *********************************************************************** */
+void pandemonium_mons(void);
+
+
+#endif