summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.h
blob: 7ecebd9e8233ce5b72dff7d1a4e857d1c871fd68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *  File:       abyss.h
 *  Summary:    Misc abyss specific functions.
 *  Written by: Linley Henzell
 *
 *  Modified for Crawl Reference by $Author$ on $Date$
 */


#ifndef ABYSS_H
#define ABYSS_H

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