OSDN Git Service

[Refactor] #40635 Moved init_*_info() from init.c to info-initializer.c/h
[hengband/hengband.git] / src / info-reader / artifact-reader.h
1 #pragma once
2
3 #include "info-reader/info-reader-util.h"
4 #include "system/angband.h"
5
6 errr parse_a_info(char *buf, angband_header *head);