summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_airport.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_airport.hpp')
-rw-r--r--src/ai/api/ai_airport.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ai/api/ai_airport.hpp b/src/ai/api/ai_airport.hpp
index 245661364..e4541edf6 100644
--- a/src/ai/api/ai_airport.hpp
+++ b/src/ai/api/ai_airport.hpp
@@ -54,6 +54,13 @@ public:
static bool IsValidAirportType(AirportType type);
/**
+ * Get the cost to build this AirportType.
+ * @param type The AirportType to check.
+ * @return The cost of building this AirportType.
+ */
+ static Money GetPrice(AirportType type);
+
+ /**
* Checks whether the given tile is actually a tile with a hangar.
* @param tile The tile to check.
* @pre AIMap::IsValidTile(tile).