OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / birth / birth-select-class.h
1 #pragma once
2
3 class PlayerType;
4 bool get_player_class(PlayerType *player_ptr);