summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-08-22 16:38:50 +0000
committertruelight <truelight@openttd.org>2006-08-22 16:38:50 +0000
commitb34d77ca3fe5236378e116eba3e4f6402eb89609 (patch)
treedc441269644e5f08879ff06482e03b5deb80d491 /openttd.h
parentc0f352670ac91977145a3a9df44e5cabfb9c49b6 (diff)
downloadopenttd-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openttd.h b/openttd.h
index 79f33febc..950844eb8 100644
--- a/openttd.h
+++ b/openttd.h
@@ -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;