summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/maps.h
diff options
context:
space:
mode:
Diffstat (limited to 'stone_soup/crawl-ref/source/maps.h')
-rw-r--r--stone_soup/crawl-ref/source/maps.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/stone_soup/crawl-ref/source/maps.h b/stone_soup/crawl-ref/source/maps.h
deleted file mode 100644
index e2ce11af80..0000000000
--- a/stone_soup/crawl-ref/source/maps.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * 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