src/ai/api/ai_bridge.hpp
branchnoai
changeset 10341 08f39ee90bdf
parent 10339 ce6cd68d9eb8
child 10691 a60393d87c0b
equal deleted inserted replaced
10339:ce6cd68d9eb8 10341:08f39ee90bdf
     6 #define AI_BRIDGE_HPP
     6 #define AI_BRIDGE_HPP
     7 
     7 
     8 #include "ai_object.hpp"
     8 #include "ai_object.hpp"
     9 #include "ai_vehicle.hpp"
     9 #include "ai_vehicle.hpp"
    10 #include "ai_error.hpp"
    10 #include "ai_error.hpp"
    11 
       
    12 /** In OpenTTD Core 'BridgeID' is called 'BridgeType', so map it to make this API more logic. */
       
    13 typedef BridgeType BridgeID;
       
    14 
    11 
    15 /**
    12 /**
    16  * Class that handles all bridge related functions.
    13  * Class that handles all bridge related functions.
    17  */
    14  */
    18 class AIBridge : public AIObject {
    15 class AIBridge : public AIObject {