OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[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);