OSDN Git Service

[Refactor] #40460 Separated parse-error-types.h and random-grid-effect-types.h from...
[hengband/hengband.git] / src / info-reader / info-reader-util.h
index 55f7b19..eb5ff70 100644 (file)
@@ -40,6 +40,9 @@ struct angband_header {
     void (*retouch)(angband_header *head);
 };
 
+extern int error_idx;
+extern int error_line;
+
 bool add_text(u32b *offset, angband_header *head, concptr buf, bool normal_text);
 bool add_name(u32b *offset, angband_header *head, concptr buf);
 bool add_tag(STR_OFFSET *offset, angband_header *head, concptr buf);