OSDN Git Service

Merge pull request #2166 from Slimebreath6078/feature/Refactor_mflag_resist
[hengbandforosx/hengbandosx.git] / src / melee / melee-postprocess.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "combat/combat-options-type.h"
5
6 class PlayerType;
7 void mon_take_hit_mon(PlayerType *player_ptr, MONSTER_IDX m_idx, int dam, bool *dead, bool *fear, concptr note, MONSTER_IDX who);