OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / util / object-sort.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class ItemEntity;
6 class PlayerType;
7 bool object_sort_comp(PlayerType *player_ptr, ItemEntity *o_ptr, int32_t o_value, ItemEntity *j_ptr);