summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/source/abyss.h
diff options
context:
space:
mode:
Diffstat (limited to 'stone_soup/crawl-ref/source/abyss.h')
-rw-r--r--stone_soup/crawl-ref/source/abyss.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/stone_soup/crawl-ref/source/abyss.h b/stone_soup/crawl-ref/source/abyss.h
deleted file mode 100644
index 9ecef56114..0000000000
--- a/stone_soup/crawl-ref/source/abyss.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * File: abyss.h
- * Summary: Misc functions (most of which don't appear to be related to priests).
- * Written by: Linley Henzell
- *
- * Change History (most recent first):
- *
- * <1> -/--/-- LRH Created
- */
-
-
-#ifndef ABYSS_H
-#define ABYSS_H
-
-
-// last updated 02apr2001 {gdl}
-/* ***********************************************************************
- * called from: dungeon
- * *********************************************************************** */
-void generate_abyss(void);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-void area_shift(void);
-
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: spells1 - spells3 - spells4
- * *********************************************************************** */
-void abyss_teleport( bool new_area );
-
-
-#endif