OSDN Git Service

[Refactor] 発生源に使用されているwhoをリネーム
[hengbandforosx/hengbandosx.git] / src / effect / effect-item.h
1 #pragma once
2
3 #include "effect/attribute-types.h"
4 #include "system/angband.h"
5
6 class PlayerType;
7 bool affect_item(PlayerType *player_ptr, MONSTER_IDX src_idx, POSITION r, POSITION y, POSITION x, int dam, AttributeType typ);