OSDN Git Service

[Add] @return を不要に書き込んだことによる警告をひとまず置換で修正.
[hengbandforosx/hengbandosx.git] / src / mind / monk-attack.h
1 #pragma once
2
3 typedef struct player_attack_type player_attack_type;
4 typedef struct player_type player_type;
5 void process_monk_attack(player_type *attacker_ptr, player_attack_type *pa_ptr);
6 bool double_attack(player_type *creature_ptr);