From 84df3ba2b40054b751fd9d39c3a9b3a7589422b8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 17 Jul 2009 19:44:13 +0000 Subject: (svn r16859) -Codechange: split the Station struct into two so parts of it can be reused for Waypoints. --- src/station_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/station_type.h') 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; -- cgit v1.2.3-54-g00ecf