equal
deleted
inserted
replaced
25 #include "api/ai_controller.hpp" |
25 #include "api/ai_controller.hpp" |
26 #include "api/ai_company.hpp" |
26 #include "api/ai_company.hpp" |
27 #include "api/ai_industry.hpp" |
27 #include "api/ai_industry.hpp" |
28 #include "api/ai_map.hpp" |
28 #include "api/ai_map.hpp" |
29 #include "api/ai_town.hpp" |
29 #include "api/ai_town.hpp" |
|
30 #undef DEFINE_SQUIRREL_CLASS |
30 |
31 |
31 static FSquirrel iFSquirrel; ///< Tell the AI-core that we have an AI with which we like to play. |
32 static FSquirrel iFSquirrel; ///< Tell the AI-core that we have an AI with which we like to play. |
32 |
33 |
33 /** |
34 /** |
34 * Our tiny wrapper between C++ and Squirrel. |
35 * Our tiny wrapper between C++ and Squirrel. |