src/ai/api/ai_types.hpp
branchnoai
changeset 11057 188a9ca6d8de
parent 10850 617526555d1b
equal deleted inserted replaced
11056:d91b79ffff9c 11057:188a9ca6d8de
    11 /* Define all types here, so we don't have to include the whole _type.h maze */
    11 /* Define all types here, so we don't have to include the whole _type.h maze */
    12 typedef uint BridgeType;     //!< Internal name, not of any use for you.
    12 typedef uint BridgeType;     //!< Internal name, not of any use for you.
    13 typedef byte CargoID;        //!< The ID of a cargo.
    13 typedef byte CargoID;        //!< The ID of a cargo.
    14 class CommandCost;           //!< The cost of a command.
    14 class CommandCost;           //!< The cost of a command.
    15 typedef uint16 EngineID;     //!< The ID of an engine.
    15 typedef uint16 EngineID;     //!< The ID of an engine.
       
    16 typedef uint16 GroupID;      //!< The ID of a group.
    16 typedef uint16 IndustryID;   //!< The ID of an industry.
    17 typedef uint16 IndustryID;   //!< The ID of an industry.
    17 typedef OverflowSafeInt64 Money; //!< Money, stored in a 32bit/64bit safe way. For AIs money is always in pounds.
    18 typedef OverflowSafeInt64 Money; //!< Money, stored in a 32bit/64bit safe way. For AIs money is always in pounds.
    18 typedef uint16 SignID;       //!< The ID of a sign.
    19 typedef uint16 SignID;       //!< The ID of a sign.
    19 typedef uint16 StationID;    //!< The ID of a station.
    20 typedef uint16 StationID;    //!< The ID of a station.
    20 typedef uint16 StringID;     //!< The ID of a string.
    21 typedef uint16 StringID;     //!< The ID of a string.