OSDN Git Service

[Refactor] #40635 Separated init-error-messages-table.c/h from init.c/h
[hengbandforosx/hengbandosx.git] / src / info-reader / fixed-map-parser.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "info-reader/info-reader-util.h"
5 #include "info-reader/parse-error-types.h"
6
7 errr parse_fixed_map(player_type *player_ptr, concptr name, int ymin, int xmin, int ymax, int xmax);