diff options
author | belugas <belugas@openttd.org> | 2006-05-12 00:27:12 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-05-12 00:27:12 +0000 |
commit | 4938d0a011f310ffe2b1440f6181f14313f28ab0 (patch) | |
tree | 36fe79f884e68254fe04d4ca3074abb5c9ad1819 /openttd.h | |
parent | bcd2b3279049b2707a620102c960867ad7301fce (diff) | |
download | openttd-4938d0a011f310ffe2b1440f6181f14313f28ab0.tar.xz |
(svn r4838) Newgrf : Add empty base for newcargos
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ typedef uint16 TownID; typedef byte PlayerID; typedef byte OrderID; typedef byte CargoID; +typedef byte LandscapeID; typedef uint16 StringID; typedef uint32 SpriteID; ///< The number of a sprite, without mapping bits and colortables typedef uint32 PalSpriteID; ///< The number of a sprite plus all the mapping bits and colortables |