OpenTTD Source
20241108-master-g80f628063a
|
Data structure describing how to show the list (what sort direction and criteria). More...
#include <sortlist_type.h>
Data Fields | |
bool | order |
Ascending/descending. | |
uint8_t | criteria |
Sorting criteria. | |
Data structure describing how to show the list (what sort direction and criteria).
Definition at line 30 of file sortlist_type.h.