1
0
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:
Thomas
2015-06-22 13:49:35 +02:00
parent 2c762e97f1
commit ce26812caa
7 changed files with 104 additions and 12 deletions

View File

@@ -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 {