summaryrefslogtreecommitdiffstats
path: root/trunk/source/maps.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/maps.h')
-rw-r--r--trunk/source/maps.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/trunk/source/maps.h b/trunk/source/maps.h
new file mode 100644
index 0000000000..e2ce11af80
--- /dev/null
+++ b/trunk/source/maps.h
@@ -0,0 +1,25 @@
+/*
+ * File: maps.cc
+ * Summary: Functions used to create vaults.
+ * Written by: Linley Henzell
+ *
+ * Change History (most recent first):
+ *
+ * <1> -/--/-- LRH Created
+ */
+
+
+#ifndef MAPS_H
+#define MAPS_H
+
+#include "FixVec.h"
+
+
+// last updated 12may2000 {dlb}
+/* ***********************************************************************
+ * called from: dungeon
+ * *********************************************************************** */
+char vault_main(char vgrid[81][81], FixedVector<int, 7>& mons_array, int vault_force, int many_many);
+
+
+#endif