OSDN Git Service

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