summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lev-pand.h
blob: 8c8e18f6ffde714967a5bf284a8b592412083485 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  File:       lev-pand.h
 *  Summary:    Functions used in Pandemonium.
 *  Written by: Linley Henzell
 */


#ifndef LEVPAND_H
#define LEVPAND_H

void init_pandemonium(void);

void pandemonium_mons(void);

#endif