OSDN Git Service

[Refactor] #37353 autopick.h を作成して関連構造体と変数を移動.
[hengband/hengband.git] / src / objectkind.c
1 #include "angband.h"
2 #include "objectkind.h"
3
4 /*
5  * The object kind arrays
6  */
7 object_kind *k_info;
8 char *k_name;
9 char *k_text;