OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / player-attack / player-attack.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "combat/combat-options-type.h"
5
6 void exe_player_attack_to_monster(player_type *attacker_ptr, POSITION y, POSITION x, bool *fear, bool *mdeath, s16b hand, combat_options mode);
7 void massacre(player_type *caster_ptr);