Home
last modified time | relevance | path

Searched refs:peep_compare (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.h475 int32_t peep_compare(const uint16_t sprite_index_a, const uint16_t sprite_index_b);
H A DPeep.cpp2480 int32_t peep_compare(const uint16_t sprite_index_a, const uint16_t sprite_index_b) in peep_compare() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DStaffList.cpp497 …in(), _staffList.end(), [](const uint16_t a, const uint16_t b) { return peep_compare(a, b) < 0; }); in RefreshList()