OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-saved-floor-exceed' into...
[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);