OSDN Git Service

Merge pull request #40 from hengband/feature/english-rumor
[hengbandforosx/hengbandosx.git] / src / effect / effect-item.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool affect_item(player_type *caster_ptr, MONSTER_IDX who, POSITION r, POSITION y, POSITION x, HIT_POINT dam, EFFECT_ID typ);