OSDN Git Service

Merge pull request #3838 from hengband/release/3.0.1.6-Beta
[hengbandforosx/hengbandosx.git] / src / monster-attack / monster-attack-switcher.h
1 #pragma once
2
3 class MonsterAttackPlayer;
4 class PlayerType;
5 void switch_monster_blow_to_player(PlayerType *player_ptr, MonsterAttackPlayer *monap_ptr);