OSDN Git Service

[Refactor] #37353 歌唱状態の判定関数とマクロを player-status.c/h へ移動. / Move macros and functions...
[hengband/hengband.git] / src / realm-song.h
1 
2 /*
3  * Music songs
4  */
5 #define MUSIC_NONE              0
6 #define MUSIC_SLOW              1
7 #define MUSIC_BLESS             2
8 #define MUSIC_STUN              3
9 #define MUSIC_L_LIFE            4
10 #define MUSIC_FEAR              5
11 #define MUSIC_HERO              6
12 #define MUSIC_MIND              7
13 #define MUSIC_STEALTH           8
14 #define MUSIC_ID                9
15 #define MUSIC_CONF              10
16 #define MUSIC_SOUND             11
17 #define MUSIC_CHARM             12
18 #define MUSIC_WALL              13
19 #define MUSIC_RESIST            14
20 #define MUSIC_SPEED             15
21 #define MUSIC_DISPEL            16
22 #define MUSIC_SARUMAN           17
23 #define MUSIC_QUAKE             18
24 #define MUSIC_STASIS            19
25 #define MUSIC_SHERO             20
26 #define MUSIC_H_LIFE            21
27 #define MUSIC_INVULN            22
28 #define MUSIC_PSI               23
29
30 #define MUSIC_DETECT            101
31
32 extern concptr do_music_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode);