OSDN Git Service

Merge pull request #2013 from sikabane-works/release/3.0.0Alpha51
[hengbandforosx/hengbandosx.git] / src / monster-attack / monster-attack-switcher.h
1 #pragma once
2
3 typedef struct monap_type monap_type;
4 class PlayerType;
5 void switch_monster_blow_to_player(PlayerType *player_ptr, monap_type *monap_ptr);