00001 /* Zot Defence functions */ 00002 00003 #ifndef ZOTDEF_H 00004 #define ZOTDEF_H 00005 00006 int zotdef_spawn(bool boss); 00007 void zotdef_set_wave(); 00008 bool create_trap(trap_type spec_type); 00009 bool create_zotdef_ally(monster_type mtyp, const char *successmsg); 00010 void zotdef_bosses_check(); 00011 00012 void debug_waves(); 00013 std::string zotdef_debug_wave_desc(); 00014 00015 #endif // ZOTDEF_H