forked from mirror/OpenTTD
(svn r16859) -Codechange: split the Station struct into two so parts of it can be reused for Waypoints.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
typedef uint16 StationID;
|
||||
typedef uint16 RoadStopID;
|
||||
|
||||
struct BaseStation;
|
||||
struct Station;
|
||||
struct RoadStop;
|
||||
struct StationSpec;
|
||||
|
Reference in New Issue
Block a user