X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fsnipe.h;h=bdd97227775d1f24c42cc9236e3de191d1f0ca85;hb=622526c4d928a403580a5f70183f7585f6317970;hp=85873b812d745ba0fdf245f48d4c5afc35002f47;hpb=0d91ef2172aa02cadc6ee8201fb4057a2ef0ccfb;p=hengband%2Fhengband.git diff --git a/src/snipe.h b/src/snipe.h index 85873b812..bdd972277 100644 --- a/src/snipe.h +++ b/src/snipe.h @@ -20,8 +20,8 @@ /* snipe.c */ extern void reset_concentration(player_type *creature_ptr, bool msg); -extern void display_snipe_list(void); -extern MULTIPLY tot_dam_aux_snipe(MULTIPLY mult, monster_type *m_ptr, SPELL_IDX snipe_type); -extern void do_cmd_snipe(void); -extern void do_cmd_snipe_browse(void); -extern int boost_concentration_damage(int tdam); +extern void display_snipe_list(player_type *sniper_ptr); +extern MULTIPLY tot_dam_aux_snipe(player_type *sniper_ptr, MULTIPLY mult, monster_type *m_ptr, SPELL_IDX snipe_type); +extern void do_cmd_snipe(player_type *sniper_ptr); +extern void do_cmd_snipe_browse(player_type *sniper_ptr); +extern int boost_concentration_damage(player_type *creature_ptr, int tdam);