equal
deleted
inserted
replaced
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 { |