STATIC_DCL void FDECL(display_warning,(struct monst *));
STATIC_DCL int FDECL(check_pos, (int, int, int));
+
+/*#define WA_VERBOSE*/ /* give (x,y) locations for all "bad" spots */
#ifdef WA_VERBOSE
STATIC_DCL boolean FDECL(more_than_one, (int, int, int, int, int));
#endif
+
STATIC_DCL int FDECL(set_twall, (int,int, int,int, int,int, int,int));
STATIC_DCL int FDECL(set_wall, (int, int, int));
STATIC_DCL int FDECL(set_corn, (int,int, int,int, int,int, int,int));
/* ------------------------------------------------------------------------- */
/* Wall Angle -------------------------------------------------------------- */
-/*#define WA_VERBOSE*/ /* give (x,y) locations for all "bad" spots */
-
#ifdef WA_VERBOSE
static const char *FDECL(type_to_name, (int));