summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/overmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'stone_soup/crawl-ref/source/overmap.h')
-rw-r--r--stone_soup/crawl-ref/source/overmap.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/stone_soup/crawl-ref/source/overmap.h b/stone_soup/crawl-ref/source/overmap.h
deleted file mode 100644
index 9d02b320e6..0000000000
--- a/stone_soup/crawl-ref/source/overmap.h
+++ /dev/null
@@ -1,51 +0,0 @@
-/*
- * File: overmap.cc
- * Summary: "Overmap" functionality
- * Written by: Linley Henzell
- *
- * Change History (most recent first):
- *
- * <1> --/--/-- LRH Created
- */
-
-
-#ifndef OVERMAP_H
-#define OVERMAP_H
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: view
- * *********************************************************************** */
-void seen_altar(unsigned char which_altar);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-void init_overmap(void);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-void display_overmap(void);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: view
- * *********************************************************************** */
-void seen_staircase(unsigned char which_staircase);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: view
- * *********************************************************************** */
-void seen_other_thing(unsigned char which_thing);
-
-
-#endif