(svn r12467) -Codechange: move DepotID to a more logical location.

This commit is contained in:
rubidium
2008-03-28 16:32:27 +00:00
parent b563a2e52c
commit 02eddad8d9
7 changed files with 22 additions and 3 deletions

View File

@@ -9,7 +9,6 @@
#endif
// Forward declarations of structs.
struct Depot;
struct Waypoint;
struct Station;
struct ViewPort;
@@ -26,7 +25,6 @@ typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C
typedef uint16 StationID;
static const StationID INVALID_STATION = 0xFFFF;
typedef uint16 RoadStopID;
typedef uint16 DepotID;
typedef uint16 WaypointID;
typedef uint16 OrderID;
typedef uint16 SignID;