OSDN Git Service

Merge pull request #2122 from sikabane-works/release/3.0.0Alpha52
[hengbandforosx/hengbandosx.git] / src / object / object-stack.h
1 #pragma once
2
3 struct object_type;
4 void distribute_charges(object_type *o_ptr, object_type *q_ptr, int amt);
5 void reduce_charges(object_type *o_ptr, int amt);
6 int object_similar_part(const object_type *o_ptr, const object_type *j_ptr);
7 bool object_similar(const object_type *o_ptr, const object_type *j_ptr);
8 void object_absorb(object_type *o_ptr, object_type *j_ptr);