OSDN Git Service

[Refactor] #2124 Changed struct object_type to class ObjectType
[hengbandforosx/hengbandosx.git] / src / util / object-sort.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class ObjectType;
6 class PlayerType;
7 bool object_sort_comp(PlayerType *player_ptr, ObjectType *o_ptr, int32_t o_value, ObjectType *j_ptr);