OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / view / display-player-misc-info.h
1 #pragma once
2
3 class PlayerType;
4 void display_player_misc_info(PlayerType *player_ptr);