OSDN Git Service

[Fix] #37285 ティボルトのUNIQUE属性付加忘れを修正。
[hengband/hengband.git] / src / object-hook.h
index 9e7ca50..d8637c4 100644 (file)
@@ -46,4 +46,8 @@ extern bool object_is_smith(object_type *o_ptr);
 extern bool object_is_artifact(object_type *o_ptr);
 extern bool object_is_random_artifact(object_type *o_ptr);
 extern bool object_is_nameless(object_type *o_ptr);
-extern bool object_allow_two_hands_wielding(object_type *o_ptr);
\ No newline at end of file
+extern bool object_allow_two_hands_wielding(object_type *o_ptr);
+extern bool object_can_refill_torch(object_type *o_ptr);
+extern bool can_player_destroy_object(object_type *o_ptr);
+extern bool object_is_quest_target(object_type *o_ptr);
+