/* vi: set ts=2: +-------------------+ Christian Schlittchen | | Enno Rehling | Eressea PBEM host | Katja Zedel | (c) 1998 - 2001 | Henning Peters | | Ingo Wilken +-------------------+ Stefan Reich This program may not be used, modified or distributed without prior permission by the authors of Eressea. */ struct region; struct plane; struct building; extern void make_dungeon(int radius, int level, struct plane **, struct region **); extern void make_dungeongate(struct region * source, struct region * target, int level);