OSDN Git Service

Merge branch 'macos-develop' into macos-3-0-0
[hengbandforosx/hengbandosx.git] / src / spell-kind / spells-polymorph.h
index 4bfe940..39b0f15 100644 (file)
@@ -1,6 +1,6 @@
-#pragma once
+#pragma once
 
 #include "system/angband.h"
 
-struct player_type;
-bool polymorph_monster(player_type *caster_ptr, POSITION y, POSITION x);
+class PlayerType;
+bool polymorph_monster(PlayerType *player_ptr, POSITION y, POSITION x);