summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-03 23:14:48 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-03 23:14:48 +0000
commit09aad943f1aae98c6f0fd03c94583ad2afc65e09 (patch)
tree517d00d79d8ce1f852a449b453ddf586db9a007b /crawl-ref/source/abyss.h
parent268bb648e98ca16ac24877803f0ab7365899e8c8 (diff)
downloadcrawl-ref-09aad943f1aae98c6f0fd03c94583ad2afc65e09.tar.gz
crawl-ref-09aad943f1aae98c6f0fd03c94583ad2afc65e09.zip
Very minor cleanup.
(OK, so I wanted r8888. Sue me.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8888 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/abyss.h')
-rw-r--r--crawl-ref/source/abyss.h26
1 files changed, 3 insertions, 23 deletions
diff --git a/crawl-ref/source/abyss.h b/crawl-ref/source/abyss.h
index e2ac5e4887..7ecebd9e82 100644
--- a/crawl-ref/source/abyss.h
+++ b/crawl-ref/source/abyss.h
@@ -10,31 +10,11 @@
#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 );
-
+void generate_abyss();
+void area_shift();
+void abyss_teleport(bool new_area);
void save_abyss_uniques();
-
bool lugonu_corrupt_level(int power);
-
void run_corruption_effects(int duration);
#endif