OSDN Git Service

Merge pull request #2636 from habu1010/feature/use-probability-table-for-amusemnet
[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);