OSDN Git Service

Merge pull request #429 from iks3/fix-display-lore-exp-with-format
[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);