OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / monster-race / monster-race.c
index 9e98cf4..f34394f 100644 (file)
@@ -1,22 +1,12 @@
-#include "system/angband.h"
-#include "monster-race/monster-race.h"
-#include "system/alloc-entry-definition.h"
+#include "monster-race/monster-race.h"
 
+/* The monster race arrays */
 monster_race *r_info;
-char *r_name;
-char *r_text;
 
-/*
- * The size of "alloc_race_table" (at most max_r_idx)
- */
-s16b alloc_race_size;
+/* The monster race names */
+char *r_name;
 
-/*
- * The entries in the "race allocator table"
- */
-alloc_entry *alloc_race_table;
+char *r_text;
 
-/*
- * Maximum number of monsters in r_info.txt
- */
+/* Maximum number of monsters in r_info.txt */
 MONRACE_IDX max_r_idx;