OSDN Git Service

[Refactor] #37353 alloc_entry 構造体定義を util.h に移動して関連変数を整理.
[hengband/hengband.git] / src / objectkind.h
index 89a2d66..f6c4a82 100644 (file)
@@ -1,4 +1,5 @@
 #pragma once
+#include "util.h"
 
 /*!
  * @struct object_kind
@@ -63,4 +64,7 @@ struct object_kind
 
 extern object_kind *k_info;
 extern char *k_name;
-extern char *k_text;
\ No newline at end of file
+extern char *k_text;
+
+extern s16b alloc_kind_size;
+extern alloc_entry *alloc_kind_table;