OSDN Git Service

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