diff options
author | truelight <truelight@openttd.org> | 2006-08-26 18:27:15 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2006-08-26 18:27:15 +0000 |
commit | 587b2a8826274242e400124eb5bb8704a046ff81 (patch) | |
tree | 992a7f71d97911ec63112d37ad46c9658df9267a /openttd.h | |
parent | bb9f29ae1f49d4d935d343dd2e24d8d66ce938ce (diff) | |
download | openttd-587b2a8826274242e400124eb5bb8704a046ff81.tar.xz |
(svn r6150) -Codechange: introduced and used RoadStopID where needed
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ typedef struct Industry Industry; typedef struct DrawPixelInfo DrawPixelInfo; typedef uint16 VehicleID; typedef uint16 StationID; +typedef uint16 RoadStopID; typedef uint16 TownID; typedef uint16 IndustryID; typedef uint16 DepotID; |