OSDN Git Service

[Merge] #40881 流れ上ブランチが孤立するとまずいので、名目的に今の時点で 'hradish-autoroller' を 'release/3.0.0Alph...
[hengband/hengband.git] / src / monster-race / monster-race.c
1 #include "monster-race/monster-race.h"
2
3 /* The monster race arrays */
4 monster_race *r_info;
5
6 /* The monster race names */
7 char *r_name;
8
9 char *r_text;
10
11 /* Maximum number of monsters in r_info.txt */
12 MONRACE_IDX max_r_idx;