#ifndef _DIGVAULTS_H_17afdc78_ #define _DIGVAULTS_H_17afdc78_ /* * APIs exported by digvaults.c. Currently there is just the one. */ /* * Create vaults. Called as part of dungeon generation. */ extern void makevaults(void); #endif