OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / melee / melee-postprocess.h
1 #pragma once
2
3 #include "combat/combat-options-type.h"
4 #include "system/angband.h"
5 #include <string_view>
6
7 class PlayerType;
8 void mon_take_hit_mon(PlayerType *player_ptr, MONSTER_IDX m_idx, int dam, bool *dead, bool *fear, std::string_view note, MONSTER_IDX who);