(svn r4838) Newgrf : Add empty base for newcargos

This commit is contained in:
belugas
2006-05-12 00:27:12 +00:00
parent bcd2b32790
commit 4938d0a011
2 changed files with 19 additions and 9 deletions

View File

@@ -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