OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / action / activation-execution.h
index 7855adf..f2ae6a9 100644 (file)
@@ -6,5 +6,5 @@
 
 #include "system/angband.h"
 
-struct player_type;
-void exe_activate(player_type *player_ptr, INVENTORY_IDX item);
+class PlayerType;
+void exe_activate(PlayerType *player_ptr, INVENTORY_IDX item);