#ifndef WH_DIGSPECIAL_H_60bc0818_ #define WH_DIGSPECIAL_H_60bc0818_ /* * 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); #endif