OSDN Git Service

Merge pull request #3634 from Hourier/Prepare-Replace-ChooseRandomTrap-FloorType
[hengbandforosx/hengbandosx.git] / src / spell-kind / spells-perception.h
index 8950a93..8ec9c3d 100644 (file)
@@ -1,10 +1,10 @@
-#pragma once
+#pragma once
 
 #include "system/angband.h"
 
-struct object_type;;
-struct player_type;
-void identify_pack(player_type *target_ptr);
-bool identify_item(player_type *owner_ptr, object_type *o_ptr);
-bool ident_spell(player_type *caster_ptr, bool only_equip);
-bool identify_fully(player_type *caster_ptr, bool only_equip);
+class ItemEntity;
+class PlayerType;
+void identify_pack(PlayerType *player_ptr);
+bool identify_item(PlayerType *player_ptr, ItemEntity *o_ptr);
+bool ident_spell(PlayerType *player_ptr, bool only_equip);
+bool identify_fully(PlayerType *player_ptr, bool only_equip);