OSDN Git Service

[Chore] UTF-8エンコーディングのファイルからBOMを削除
[hengbandforosx/hengbandosx.git] / src / effect / effect-monster.h
1 #pragma once
2
3 #include "effect/attribute-types.h"
4 #include "system/angband.h"
5 #include <optional>
6
7 class CapturedMonsterType;
8 class PlayerType;
9 bool affect_monster(PlayerType *player_ptr, MONSTER_IDX who, POSITION r, POSITION y, POSITION x, int dam, AttributeType typ, BIT_FLAGS flag, bool see_s_msg, std::optional<CapturedMonsterType *> cap_mon_ptr = std::nullopt);