OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / mind / mind-warrior.h
index 3dcdc17..da44de8 100644 (file)
@@ -1,5 +1,5 @@
 #pragma once
 
-struct player_type;
-bool hit_and_away(player_type *player_ptr);
-bool sword_dancing(player_type *player_ptr);
+class PlayerType;
+bool hit_and_away(PlayerType *player_ptr);
+bool sword_dancing(PlayerType *player_ptr);