OSDN Git Service

Merge pull request #3837 from hengband/release/3.0.1.6-Beta
[hengbandforosx/hengbandosx.git] / src / effect / spells-effect-util.cpp
1 #include "effect/spells-effect-util.h"
2 #include "monster-race/race-indice-types.h"
3
4 int rakubadam_m;
5 int rakubadam_p;
6 bool sukekaku;
7
8 int project_length = 0;
9
10 int project_m_n;
11 POSITION project_m_x;
12 POSITION project_m_y;
13 POSITION monster_target_x;
14 POSITION monster_target_y;
15
16 CapturedMonsterType::CapturedMonsterType()
17     : r_idx(MonsterRaceId::PLAYER)
18 {
19 }