(svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h.

This commit is contained in:
rubidium
2008-03-28 16:33:28 +00:00
parent 02eddad8d9
commit eba67a3b8f
8 changed files with 64 additions and 49 deletions

View File

@@ -10,7 +10,6 @@
// Forward declarations of structs.
struct Waypoint;
struct Station;
struct ViewPort;
struct DrawPixelInfo;
struct Group;
@@ -22,9 +21,6 @@ typedef uint16 UnitID;
typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C code (see helpers.cpp)
/* IDs used in Pools */
typedef uint16 StationID;
static const StationID INVALID_STATION = 0xFFFF;
typedef uint16 RoadStopID;
typedef uint16 WaypointID;
typedef uint16 OrderID;
typedef uint16 SignID;