OSDN Git Service

[Refactor] Shift-JISのファイルをUTF-8に変換 / Changed Shift-JIS based files to UTF-8 based
[hengbandforosx/hengbandosx.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);