OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / mspell / summon-checker.h
index 6fde1de..63de247 100644 (file)
@@ -2,5 +2,5 @@
 
 #include "system/angband.h"
 
-typedef struct player_type player_type;
-bool check_summon_specific(player_type *player_ptr, MONRACE_IDX summoner_idx, MONRACE_IDX r_idx);
+class PlayerType;
+bool check_summon_specific(PlayerType *player_ptr, MONRACE_IDX summoner_idx, MONRACE_IDX r_idx);