Fix more warnings

This commit is contained in:
Pasi Kallinen
2020-04-06 10:25:17 +03:00
parent b6904d8fc8
commit 99519c4e5b
3 changed files with 15 additions and 10 deletions

View File

@@ -347,6 +347,10 @@ E void NDECL(unearth_you);
E void NDECL(escape_tomb);
E void FDECL(bury_obj, (struct obj *));
#endif
#ifdef DEBUG
extern int NDECL(wiz_debug_cmd_bury);
#endif
/* ### display.c ### */