src/ai/ai_squirrel.cpp
branchnoai
changeset 9438 c9a59f791321
parent 9434 2e71647c2c1c
child 9441 03da911c8d5f
equal deleted inserted replaced
9437:28e0105114a4 9438:c9a59f791321
    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.