OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Monster-OutOfArrayAccess...
[hengband/hengband.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);