File diff r4292:340dc5050536 → r4293:cbb984a32af5
openttd.h
Show inline comments
 
@@ -52,7 +52,12 @@ typedef uint16 UnitID;   ///< All unitnu
 
typedef uint32 WindowNumber;
 
typedef byte WindowClass;
 

	
 
typedef uint8  Year;
 
enum {
 
	INVALID_YEAR = -1,
 
	INVALID_DATE = (uint16)-1,
 
};
 

	
 
typedef int16  Year;
 
typedef uint16 Date;