src/ai/api/ai_bridge.hpp
branchnoai
changeset 10339 ce6cd68d9eb8
parent 10196 aecabd927420
child 10341 08f39ee90bdf
equal deleted inserted replaced
10338:fb4e0030116d 10339:ce6cd68d9eb8
     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 #include "../../bridge.h"
       
    12 
    11 
    13 /** In OpenTTD Core 'BridgeID' is called 'BridgeType', so map it to make this API more logic. */
    12 /** In OpenTTD Core 'BridgeID' is called 'BridgeType', so map it to make this API more logic. */
    14 typedef BridgeType BridgeID;
    13 typedef BridgeType BridgeID;
    15 
    14 
    16 /**
    15 /**