OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / io / input-key-requester.h
index 6959600..dc4dd0e 100644 (file)
@@ -16,5 +16,5 @@ extern TERM_LEN command_gap;
 extern int16_t command_wrk;
 extern int16_t command_new;
 
-struct player_type;
-void request_command(player_type *player_ptr, int shopping);
+class PlayerType;
+void request_command(PlayerType *player_ptr, int shopping);