summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lev-pand.h
blob: a53fa17c9c685e49d9c36ebafb5d8e0bc5a9a030 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/**
 * @file
 * @brief Functions used in Pandemonium.
**/

#ifndef LEVPAND_H
#define LEVPAND_H

void init_pandemonium();

#endif