OSDN Git Service

#37287 #37353 (2.2.0.89) 新しい型定義を全大文字化。 / New typedef change to full-large letter.
[hengband/hengband.git] / src / init.h
index da9dfa2..848a81d 100644 (file)
@@ -86,10 +86,10 @@ struct header
 
        u16b head_size;         /* Size of the "header" in bytes */
 
-       str_offset info_size;           /* Size of the "info" array in bytes */
-       str_offset name_size;           /* Size of the "name" array in bytes */
-       str_offset text_size;           /* Size of the "text" array in bytes */
-       str_offset tag_size;            /* Size of the "tag" array in bytes */
+       STR_OFFSET info_size;           /* Size of the "info" array in bytes */
+       STR_OFFSET name_size;           /* Size of the "name" array in bytes */
+       STR_OFFSET text_size;           /* Size of the "text" array in bytes */
+       STR_OFFSET tag_size;            /* Size of the "tag" array in bytes */
 
        void *info_ptr;
        char *name_ptr;