Trap sanity checking

This commit is contained in:
Pasi Kallinen
2022-03-04 16:54:26 +02:00
parent 80e7fbe8ec
commit 62906e732e
3 changed files with 18 additions and 0 deletions

View File

@@ -2736,6 +2736,7 @@ extern void sokoban_guilt(void);
extern const char * trapname(int, boolean);
extern void ignite_items(struct obj *);
extern void trap_ice_effects(xchar x, xchar y, boolean ice_is_melting);
extern void trap_sanity_check(void);
/* ### u_init.c ### */