OSDN Git Service

[Refactor] #40653 Separated mind-archer.c/h from spells-object.c/h
[hengband/hengband.git] / src / mind / monk-attack.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "player-attack/player-attack-util.h"
5
6 void process_monk_attack(player_type *attacker_ptr, player_attack_type *pa_ptr);
7 bool double_attack(player_type *creature_ptr);