summaryrefslogtreecommitdiff
path: root/src/station_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-17 19:44:13 +0000
committerrubidium <rubidium@openttd.org>2009-07-17 19:44:13 +0000
commit84df3ba2b40054b751fd9d39c3a9b3a7589422b8 (patch)
tree81e3445d33e5b22e9d220819eeb5ab0e608495a2 /src/station_type.h
parent869fb4fa788aae6369030a14ff083b524ebb36f5 (diff)
downloadopenttd-84df3ba2b40054b751fd9d39c3a9b3a7589422b8.tar.xz
(svn r16859) -Codechange: split the Station struct into two so parts of it can be reused for Waypoints.
Diffstat (limited to 'src/station_type.h')
-rw-r--r--src/station_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_type.h b/src/station_type.h
index 7d6342935..feb5ad42c 100644
--- a/src/station_type.h
+++ b/src/station_type.h
@@ -10,6 +10,7 @@
typedef uint16 StationID;
typedef uint16 RoadStopID;
+struct BaseStation;
struct Station;
struct RoadStop;
struct StationSpec;