summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lev-pand.h
blob: c3ac8ce8bc21d0a0bdfe31f41ebe82f305705aeb (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
/*
 *  File:       lev-pand.h
 *  Summary:    Functions used in Pandemonium.
 *  Written by: Linley Henzell
 */


#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