openttd.h
changeset 2526 cae4842086a9
parent 2436 177cb6a8339f
child 2536 8c4e298f4886
--- a/openttd.h	Mon Oct 17 10:09:37 2005 +0000
+++ b/openttd.h	Mon Oct 17 19:57:00 2005 +0000
@@ -523,6 +523,13 @@
 
 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