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