summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abyss.h')
-rw-r--r--crawl-ref/source/abyss.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/abyss.h b/crawl-ref/source/abyss.h
index d25770473f..3552dd847b 100644
--- a/crawl-ref/source/abyss.h
+++ b/crawl-ref/source/abyss.h
@@ -35,4 +35,8 @@ void abyss_teleport( bool new_area );
void save_abyss_uniques();
+bool lugonu_corrupt_level(int power);
+
+void run_corruption_effects(int duration);
+
#endif