OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-window-redrawer' into develop
[hengband/hengband.git] / src / effect / spells-effect-util.c
1 #include "effect/spells-effect-util.h"
2
3 int rakubadam_m;
4 int rakubadam_p;
5 bool sukekaku;
6
7 int project_length = 0;
8
9 int cap_mon;
10 int cap_mspeed;
11 HIT_POINT cap_hp;
12 HIT_POINT cap_maxhp;
13 STR_OFFSET cap_nickname;
14
15 int project_m_n;
16 POSITION project_m_x;
17 POSITION project_m_y;
18 POSITION monster_target_x;
19 POSITION monster_target_y;