OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / floor / line-of-sight.h
index 1757ded..cd5b537 100644 (file)
@@ -2,5 +2,5 @@
 
 #include "system/angband.h"
 
-struct player_type;
-bool los(player_type *player_ptr, POSITION y1, POSITION x1, POSITION y2, POSITION x2);
+class PlayerType;
+bool los(PlayerType *player_ptr, POSITION y1, POSITION x1, POSITION y2, POSITION x2);