src/openttd.h
changeset 8775 fd5e36ec9f6c
parent 8774 76293e58774e
child 8777 5ba12006e339
equal deleted inserted replaced
8774:76293e58774e 8775:fd5e36ec9f6c
     7 #ifndef VARDEF
     7 #ifndef VARDEF
     8 #define VARDEF extern
     8 #define VARDEF extern
     9 #endif
     9 #endif
    10 
    10 
    11 // Forward declarations of structs.
    11 // Forward declarations of structs.
    12 struct Waypoint;
       
    13 typedef byte LandscapeID;
    12 typedef byte LandscapeID;
    14 typedef uint16 EngineID;
    13 typedef uint16 EngineID;
    15 typedef uint16 UnitID;
    14 typedef uint16 UnitID;
    16 
    15 
    17 /* IDs used in Pools */
    16 /* IDs used in Pools */
    18 typedef uint16 WaypointID;
       
    19 typedef uint16 EngineRenewID;
    17 typedef uint16 EngineRenewID;
    20 
    18 
    21 enum GameModes {
    19 enum GameModes {
    22 	GM_MENU,
    20 	GM_MENU,
    23 	GM_NORMAL,
    21 	GM_NORMAL,