summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-08-26 18:27:15 +0000
committertruelight <truelight@openttd.org>2006-08-26 18:27:15 +0000
commit5e7528e9cb91e7a9370df2e51b5fe4eed4a17150 (patch)
tree992a7f71d97911ec63112d37ad46c9658df9267a /openttd.h
parent3f4873ca761ca5a2258e28dc93aa3ec89f24c2f8 (diff)
downloadopenttd-5e7528e9cb91e7a9370df2e51b5fe4eed4a17150.tar.xz
(svn r6150) -Codechange: introduced and used RoadStopID where needed
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 9d6b1b44a..9ed4db102 100644
--- a/openttd.h
+++ b/openttd.h
@@ -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;