Files
2020-11-09 04:08:45 +01:00

16 lines
288 B
C

/**
* @file setmaps.cpp
*
* Interface of functionality for the special quest dungeons.
*/
#ifndef __SETMAPS_H__
#define __SETMAPS_H__
int ObjIndex(int x, int y);
void LoadSetMap();
/* rdata */
extern const char *const quest_level_names[];
#endif /* __SETMAPS_H__ */