src/openttd.h
changeset 7393 f3d27c82fec3
parent 7335 141c6b86ec1f
child 7494 ab05bad37410
equal deleted inserted replaced
7392:0964cfefbe64 7393:f3d27c82fec3
    49 	SpriteID pal;
    49 	SpriteID pal;
    50 };
    50 };
    51 typedef uint16 EngineID;
    51 typedef uint16 EngineID;
    52 typedef uint16 UnitID;
    52 typedef uint16 UnitID;
    53 typedef uint16 StringID;
    53 typedef uint16 StringID;
    54 #define INVALID_STRING_ID 0xFFFF
    54 static const StringID INVALID_STRING_ID = 0xFFFF;
    55 
    55 
    56 typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C code (see helpers.cpp)
    56 typedef EngineID *EngineList; ///< engine list type placeholder acceptable for C code (see helpers.cpp)
    57 
    57 
    58 /* IDs used in Pools */
    58 /* IDs used in Pools */
    59 typedef uint16 VehicleID;
    59 typedef uint16 VehicleID;