OSDN Git Service

fe97f2aede5dbb97d86a871cb09aaffad81d2fd8
[hengbandforosx/hengbandosx.git] / src / effect / effect-monster.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "effect/attribute-types.h"
5
6 class PlayerType;
7 bool affect_monster(PlayerType *player_ptr, MONSTER_IDX who, POSITION r, POSITION y, POSITION x, HIT_POINT dam, AttributeType typ, BIT_FLAGS flag, bool see_s_msg);