diff options
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ typedef uint32 SpriteID; ///< The number of a sprite, without mapping bits an typedef uint32 PalSpriteID; ///< The number of a sprite plus all the mapping bits and colortables typedef uint32 CursorID; typedef uint16 EngineID; ///< All enginenumbers should be of this type +typedef uint16 EngineRenewID; typedef uint16 UnitID; ///< All unitnumber stuff is of this type (or anyway, should be) typedef uint32 WindowNumber; |