summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openttd.h b/openttd.h
index 0796778db..26f45f219 100644
--- a/openttd.h
+++ b/openttd.h
@@ -523,6 +523,13 @@ enum SpecialStrings {
typedef void PlaceProc(TileIndex tile);
+enum {
+ SORT_ASCENDING = 0,
+ SORT_DESCENDING = 1,
+ SORT_BY_DATE = 0,
+ SORT_BY_NAME = 2
+};
+
VARDEF byte _savegame_sort_order;
#define INVALID_UINT_TILE (uint)0xFFFFFFFF