From e473e69ba4d59df7f9cdd9a5010cf54a66fd5b90 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 28 Jul 2009 21:06:38 +0000 Subject: (svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants --- 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 4af075f20..7a5f1c2f7 100644 --- a/src/station_type.h +++ b/src/station_type.h @@ -15,6 +15,7 @@ struct BaseStation; struct Station; struct RoadStop; struct StationSpec; +struct Waypoint; static const StationID NEW_STATION = 0xFFFE; static const StationID INVALID_STATION = 0xFFFF; -- cgit v1.2.3-54-g00ecf