OSDN Git Service

[fix] #41503 超能力者でゲームを開始しようとするとクラッシュ
[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;