(svn r6005) -Cleanup: introduce IndustryID and use it

-Cleanup: use TownID and StationID for two instances of uint16
This commit is contained in:
rubidium
2006-08-20 19:31:58 +00:00
parent 893d4ba9d4
commit b1e2ae44d6
6 changed files with 9 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ typedef struct DrawPixelInfo DrawPixelInfo;
typedef uint16 VehicleID;
typedef uint16 StationID;
typedef uint16 TownID;
typedef uint16 IndustryID;
typedef byte PlayerID;
typedef byte OrderID;
typedef byte CargoID;