File diff r4292:340dc5050536 → r4293:cbb984a32af5
openttd.h
Show inline comments
 
@@ -49,13 +49,18 @@ typedef uint32 CursorID;
 
typedef uint16 EngineID; ///< All enginenumbers should be of this type
 
typedef uint16 UnitID;   ///< All unitnumber stuff is of this type (or anyway, should be)
 

	
 
typedef uint32 WindowNumber;
 
typedef byte WindowClass;
 

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

	
 
typedef int16  Year;
 
typedef uint16 Date;
 

	
 

	
 
enum GameModes {
 
	GM_MENU,
 
	GM_NORMAL,