src/openttd.h
changeset 9266 416385a64dcb
parent 9265 3988d0156a49
child 9267 71cf88230dc1
equal deleted inserted replaced
9265:3988d0156a49 9266:416385a64dcb
    10 
    10 
    11 // Forward declarations of structs.
    11 // Forward declarations of structs.
    12 struct Waypoint;
    12 struct Waypoint;
    13 struct ViewPort;
    13 struct ViewPort;
    14 struct DrawPixelInfo;
    14 struct DrawPixelInfo;
    15 struct Group;
       
    16 typedef byte VehicleOrderID;  ///< The index of an order within its current vehicle (not pool related)
    15 typedef byte VehicleOrderID;  ///< The index of an order within its current vehicle (not pool related)
    17 typedef byte LandscapeID;
    16 typedef byte LandscapeID;
    18 typedef uint16 EngineID;
    17 typedef uint16 EngineID;
    19 typedef uint16 UnitID;
    18 typedef uint16 UnitID;
    20 
    19 
    22 
    21 
    23 /* IDs used in Pools */
    22 /* IDs used in Pools */
    24 typedef uint16 WaypointID;
    23 typedef uint16 WaypointID;
    25 typedef uint16 OrderID;
    24 typedef uint16 OrderID;
    26 typedef uint16 SignID;
    25 typedef uint16 SignID;
    27 typedef uint16 GroupID;
       
    28 typedef uint16 EngineRenewID;
    26 typedef uint16 EngineRenewID;
    29 
    27 
    30 enum GameModes {
    28 enum GameModes {
    31 	GM_MENU,
    29 	GM_MENU,
    32 	GM_NORMAL,
    30 	GM_NORMAL,