OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / cmd-action / cmd-attack.h
index a25e268..62fdd66 100644 (file)
@@ -3,5 +3,5 @@
 #include "combat/combat-options-type.h"
 #include "system/angband.h"
 
-struct player_type;
-bool do_cmd_attack(player_type *player_ptr, POSITION y, POSITION x, combat_options mode);
+class PlayerType;
+bool do_cmd_attack(PlayerType *player_ptr, POSITION y, POSITION x, combat_options mode);