OSDN Git Service

Merge branch 'master' of https://github.com/hengband/hengband
[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 }