arogue7: add missing header includes.
This commit is contained in:
parent
cf121ade21
commit
3095366864
24 changed files with 28 additions and 2 deletions
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "curses.h"
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include "rogue.h"
|
||||
|
||||
int hit(struct object *weapon, bool see_att, bool see_def, char *er, char *ee, bool back_stab, bool thrown, bool short_msg);
|
||||
|
|
@ -335,7 +336,6 @@ bool back_stab;
|
|||
bool did_hit = FALSE;
|
||||
int prop_hplus, prop_dplus;
|
||||
int vampiric_damage;
|
||||
char *strchr();
|
||||
|
||||
/* Get statistics */
|
||||
att = &att_er->t_stats;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue