#ifndef _DIGSPECIAL_H_73254b3b_ #define _DIGSPECIAL_H_73254b3b_ /* * APIs exported by digspecial.c. */ #include "structs.h" /* * Main routine for creating special levels. Called once, during * startup, as part of dungeon generation. */ extern void makespeciallevels(void); /* * Find a random location on a level satisfying a predicate. See the * full description in the comment in digspecial.c. */ extern LOC *randomloc(LEVEL *, int (*)(LOC *), int); #endif