#ifndef _FILLDUNGEON_H_ee69502f_ #define _FILLDUNGEON_H_ee69502f_ /* * APIs exported by filldungeon.c. Currently there is only the one. */ /* * Main routine, called during dungeon creation at startup, for filling * the dungeon with objects. */ extern void filldungeon(void); #endif