OSDN Git Service

Merge branch 'develop' into macos-develop
[hengbandforosx/hengbandosx.git] / src / market / building-util.h
index df9d484..f6f0d5e 100644 (file)
@@ -1,5 +1,5 @@
-#pragma once
+#pragma once
 
-struct player_type;
+class PlayerType;
 void clear_bldg(int min_row, int max_row);
-void building_prt_gold(player_type *player_ptr);
+void building_prt_gold(PlayerType *player_ptr);