src/openttd.h
changeset 8777 5ba12006e339
parent 8775 fd5e36ec9f6c
child 8985 6461e5c6d6e4
equal deleted inserted replaced
8776:1db57a00cba8 8777:5ba12006e339
     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 typedef byte LandscapeID;
    12 typedef byte LandscapeID;
    13 typedef uint16 EngineID;
       
    14 typedef uint16 UnitID;
    13 typedef uint16 UnitID;
    15 
       
    16 /* IDs used in Pools */
       
    17 typedef uint16 EngineRenewID;
       
    18 
    14 
    19 enum GameModes {
    15 enum GameModes {
    20 	GM_MENU,
    16 	GM_MENU,
    21 	GM_NORMAL,
    17 	GM_NORMAL,
    22 	GM_EDITOR
    18 	GM_EDITOR