OSDN Git Service

[feature] ソースファイルをC++に対応
[hengbandforosx/hengbandosx.git] / src / info-reader / fixed-map-parser.h
index 1f93e21..72212b2 100644 (file)
@@ -4,4 +4,4 @@
 #include "info-reader/info-reader-util.h"
 #include "info-reader/parse-error-types.h"
 
-errr parse_fixed_map(player_type *player_ptr, concptr name, int ymin, int xmin, int ymax, int xmax);
+parse_error_type parse_fixed_map(player_type *player_ptr, concptr name, int ymin, int xmin, int ymax, int xmax);