(svn r16859) -Codechange: split the Station struct into two so parts of it can be reused for Waypoints.

This commit is contained in:
rubidium
2009-07-17 19:44:13 +00:00
parent ad74419fb7
commit 46d94fdfed
6 changed files with 118 additions and 61 deletions

View File

@@ -10,6 +10,7 @@
typedef uint16 StationID;
typedef uint16 RoadStopID;
struct BaseStation;
struct Station;
struct RoadStop;
struct StationSpec;