OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / info-reader / race-info-tokens-table.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #define NUM_R_BLOW_METHOD 27
6 #define NUM_R_BLOW_EFFECT 37
7 #define NUM_R_FLAGS_1 32
8 #define NUM_R_FLAGS_2 32
9 #define NUM_R_FLAGS_3 32
10 #define NUM_R_FLAGS_4 32
11 #define NUM_R_ABILITY_FLAGS_1 32
12 #define NUM_R_ABILITY_FLAGS_2 32
13 #define NUM_R_FLAGS_7 32
14 #define NUM_R_FLAGS_8 32
15 #define NUM_R_FLAGS_9 33
16 #define NUM_R_FLAGS_R 32
17
18 extern concptr r_info_blow_method[NUM_R_BLOW_METHOD];
19 extern concptr r_info_blow_effect[NUM_R_BLOW_EFFECT];
20 extern concptr r_info_flags1[NUM_R_FLAGS_1];
21 extern concptr r_info_flags2[NUM_R_FLAGS_2];
22 extern concptr r_info_flags3[NUM_R_FLAGS_3];
23 extern concptr r_info_flags4[NUM_R_FLAGS_4];
24 extern concptr r_a_ability_flags1[NUM_R_ABILITY_FLAGS_1];
25 extern concptr r_a_ability_flags2[NUM_R_ABILITY_FLAGS_2];
26 extern concptr r_info_flags7[NUM_R_FLAGS_7];
27 extern concptr r_info_flags8[NUM_R_FLAGS_8];
28 extern concptr r_info_flags9[NUM_R_FLAGS_9];
29 extern concptr r_info_flagsr[NUM_R_FLAGS_R];