00001 /* 00002 * File: lev-pand.h 00003 * Summary: Functions used in Pandemonium. 00004 * Written by: Linley Henzell 00005 */ 00006 00007 00008 #ifndef LEVPAND_H 00009 #define LEVPAND_H 00010 00011 void init_pandemonium(void); 00012 00013 void pandemonium_mons(void); 00014 00015 #endif