OSDN Git Service

[Refactor] #1473 Replaced casting_hex_flags() to reset_casting_flag()
[hengbandforosx/hengbandosx.git] / src / combat / aura-counterattack.h
1 #pragma once
2
3 typedef struct monap_type monap_type;
4 struct player_type;
5 void process_aura_counterattack(player_type *player_ptr, monap_type *monap_ptr);