OSDN Git Service

[Refactor] #2124 Changed struct object_type to class ObjectType
[hengbandforosx/hengbandosx.git] / src / object-activation / activation-switcher.h
index 2fd8e9d..367d386 100644 (file)
@@ -3,6 +3,6 @@
 #include "system/angband.h"
 
 struct activation_type;
-struct object_type;
+class ObjectType;
 class PlayerType;
-bool switch_activation(PlayerType *player_ptr, object_type **o_ptr_ptr, const activation_type *const act_ptr, concptr name);
+bool switch_activation(PlayerType *player_ptr, ObjectType **o_ptr_ptr, const activation_type *const act_ptr, concptr name);