File diff r8767:3a0af1ef8ea8 → r8768:534cb94cf780
src/openttd.h
Show inline comments
 
@@ -6,13 +6,12 @@
 

	
 
#ifndef VARDEF
 
#define VARDEF extern
 
#endif
 

	
 
// Forward declarations of structs.
 
struct Depot;
 
struct Waypoint;
 
struct Station;
 
struct ViewPort;
 
struct DrawPixelInfo;
 
struct Group;
 
typedef byte VehicleOrderID;  ///< The index of an order within its current vehicle (not pool related)
 
@@ -23,13 +22,12 @@ 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 DepotID;
 
typedef uint16 WaypointID;
 
typedef uint16 OrderID;
 
typedef uint16 SignID;
 
typedef uint16 GroupID;
 
typedef uint16 EngineRenewID;