summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lev-pand.h
blob: 48316c57f310300b3aa56f7bcf0b65d113609f94 (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
29
30
31
32
/*
 *  File:       lev-pand.h
 *  Summary:    Functions used in Pandemonium.
 *  Written by: Linley Henzell
 *
 *  Modified for Crawl Reference by $Author$ on $Date$
 *
 *  Change History (most recent first):
 *
 *               <1>     -/--/--        LRH             Created
 */


#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