OSDN Git Service

[fix] #41478 階段を上ったときにクラッシュ
[hengband/hengband.git] / src / io-dump / player-status-dump.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "io/files-util.h"
5
6 void dump_aux_player_status(player_type *creature_ptr, FILE *fff, display_player_pf display_player);