summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lev-pand.h
blob: 17344224cc0e34bd47f93f6f40710a4980a640c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 *  File:       lev-pand.h
 *  Summary:    Functions used in Pandemonium.
 *  Written by: Linley Henzell
 *
 *  Modified for Crawl Reference by $Author$ on $Date$
 */


#ifndef LEVPAND_H
#define LEVPAND_H


// last updated 12may2000 {dlb}
/* ***********************************************************************
 * called from: abyss - misc
 * *********************************************************************** */
void init_pandemonium(void);


// last updated 12may2000 {dlb}
/* ***********************************************************************
 * called from: acr - misc
 * *********************************************************************** */
void pandemonium_mons(void);


#endif