summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_event_types.hpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-04-25 23:51:15 +0000
committeryexo <yexo@openttd.org>2009-04-25 23:51:15 +0000
commit660f90d37b764ba3e94adc798ab7cb5d05337b7c (patch)
tree58ac4f0bd063162ec74b3f811b092b092fbdb0ca /src/ai/api/ai_event_types.hpp
parent486e5b4bfeb4916f0a285fb9749ba031fa16c278 (diff)
downloadopenttd-660f90d37b764ba3e94adc798ab7cb5d05337b7c.tar.xz
(svn r16151) -Codechange: move some includes around to prevent including half the AI api in non-noai related code.
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.