OSDN Git Service

Merge pull request #3651 from Hourier/Make-TerrainList
[hengbandforosx/hengbandosx.git] / src / effect / effect-feature.h
1 #pragma once
2
3 #include "effect/attribute-types.h"
4 #include "system/angband.h"
5
6 class PlayerType;
7 bool affect_feature(PlayerType *player_ptr, MONSTER_IDX who, POSITION r, POSITION y, POSITION x, int dam, AttributeType typ);