OSDN Git Service

Merge remote-tracking branch 'remotes/origin/For3.0.0-Fix-Linux' into For2.2.2-Refact...
[hengbandforosx/hengbandosx.git] / src / effect / effect-processor.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool project(player_type *caster_ptr, const MONSTER_IDX who, POSITION rad, POSITION y, POSITION x, const HIT_POINT dam, const spell_type typ, BIT_FLAGS flag,
6     const int monspell);