/*
 *  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