OSDN Git Service

Merge pull request #1504 from Hourier/feature/Rename-Player-Pointer
[hengbandforosx/hengbandosx.git] / src / effect / effect-feature.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct player_type;
6 bool affect_feature(player_type *player_ptr, MONSTER_IDX who, POSITION r, POSITION y, POSITION x, HIT_POINT dam, EFFECT_ID typ);