OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / birth / birth-select-race.h
index 94bc49f..2b3a93a 100644 (file)
@@ -1,4 +1,4 @@
 #pragma once
 
-struct player_type;
-bool get_player_race(player_type *player_ptr);
+class PlayerType;
+bool get_player_race(PlayerType *player_ptr);