mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Add sorting based on date
This commit is contained in:
@@ -112,6 +112,13 @@ enum {
|
||||
TITLE_SEQUENCE_RANDOM
|
||||
};
|
||||
|
||||
enum {
|
||||
SORT_NAME_ASCENDING,
|
||||
SORT_NAME_DESCENDING,
|
||||
SORT_DATE_ASCENDING,
|
||||
SORT_DATE_DESCENDING,
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
uint8 play_intro;
|
||||
uint8 confirmation_prompt;
|
||||
@@ -145,6 +152,7 @@ typedef struct {
|
||||
utf8string last_run_version;
|
||||
uint8 title_sequence;
|
||||
uint8 invert_viewport_drag;
|
||||
uint8 load_save_sort;
|
||||
} general_configuration;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user