OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / monster-floor / one-monster-placer.h
index 1f58c1e..6dfaa15 100644 (file)
@@ -2,5 +2,5 @@
 
 #include "system/angband.h"
 
-struct player_type;
-bool place_monster_one(player_type *player_ptr, MONSTER_IDX who, POSITION y, POSITION x, MONRACE_IDX r_idx, BIT_FLAGS mode);
+class PlayerType;
+bool place_monster_one(PlayerType *player_ptr, MONSTER_IDX who, POSITION y, POSITION x, MONRACE_IDX r_idx, BIT_FLAGS mode);