Add monster data sanity checking

This commit is contained in:
Pasi Kallinen
2015-10-11 20:36:28 +03:00
parent 751fab7a59
commit f0220c4203
3 changed files with 36 additions and 0 deletions

View File

@@ -1280,6 +1280,7 @@ E int FDECL(cmap_to_type, (int));
/* ### mon.c ### */
E void NDECL(mon_sanity_check);
E int FDECL(undead_to_corpse, (int));
E int FDECL(genus, (int, int));
E int FDECL(pm_to_cham, (int));