diff options
author | truelight <truelight@openttd.org> | 2006-08-22 16:38:50 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2006-08-22 16:38:50 +0000 |
commit | b34d77ca3fe5236378e116eba3e4f6402eb89609 (patch) | |
tree | dc441269644e5f08879ff06482e03b5deb80d491 /openttd.h | |
parent | c0f352670ac91977145a3a9df44e5cabfb9c49b6 (diff) | |
download | openttd-b34d77ca3fe5236378e116eba3e4f6402eb89609.tar.xz |
(svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now functions and variables all match eachother
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ typedef uint32 PalSpriteID; ///< The number of a sprite plus all the mapping bit typedef uint32 CursorID; typedef uint16 EngineID; ///< All enginenumbers should be of this type typedef uint16 EngineRenewID; +typedef uint16 SignID; typedef uint16 UnitID; ///< All unitnumber stuff is of this type (or anyway, should be) typedef uint32 WindowNumber; |