summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_event_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_event_types.hpp')
-rw-r--r--src/ai/api/ai_event_types.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ai/api/ai_event_types.hpp b/src/ai/api/ai_event_types.hpp
index 26ab49010..6cff88f52 100644
--- a/src/ai/api/ai_event_types.hpp
+++ b/src/ai/api/ai_event_types.hpp
@@ -7,10 +7,7 @@
#include "ai_object.hpp"
#include "ai_event.hpp"
-#include "ai_town.hpp"
-#include "ai_industry.hpp"
-#include "ai_engine.hpp"
-#include "ai_subsidy.hpp"
+#include "ai_company.hpp"
/**
* Event Vehicle Crash, indicating a vehicle of yours is crashed.
@@ -268,11 +265,15 @@ public:
*/
Money GetRunningCost();
+#ifdef DOXYGEN_SKIP
/**
* Get the type of the offered engine.
* @return The type the engine has.
*/
AIVehicle::VehicleType GetVehicleType();
+#else
+ int32 GetVehicleType();
+#endif
/**
* Accept the engine preview.