OSDN Git Service

Merge pull request #3544 from habu1010/feature/fix-museum-inventory-count
[hengbandforosx/hengbandosx.git] / src / io-dump / player-status-dump.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 void dump_aux_player_status(PlayerType *player_ptr, FILE *fff);