OSDN Git Service

[Merge] #40883 Win版が通る所までマージ完了.他環境でのチェックや他見落としはこれからチェックする。 / Merge is completed until...
[hengbandforosx/hengbandosx.git] / src / effect / effect-monster.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "effect/effect-monster-util.h"
5
6 bool affect_monster(player_type *caster_ptr, MONSTER_IDX who, POSITION r, POSITION y, POSITION x, HIT_POINT dam, EFFECT_ID typ, BIT_FLAGS flag, bool see_s_msg);