src/ai/api/ai_company.cpp
branchnoai
changeset 10339 ce6cd68d9eb8
parent 10291 11cb78922367
child 10855 90904faa1890
equal deleted inserted replaced
10338:fb4e0030116d 10339:ce6cd68d9eb8
     2 
     2 
     3 /** @file ai_company.cpp Implementation of AICompany. */
     3 /** @file ai_company.cpp Implementation of AICompany. */
     4 
     4 
     5 #include "ai_company.hpp"
     5 #include "ai_company.hpp"
     6 #include "ai_error.hpp"
     6 #include "ai_error.hpp"
       
     7 #include "../../openttd.h"
     7 #include "../../command_func.h"
     8 #include "../../command_func.h"
     8 #include "../../player_func.h"
     9 #include "../../player_func.h"
     9 #include "../../player_base.h"
    10 #include "../../player_base.h"
    10 #include "../../economy_func.h"
    11 #include "../../economy_func.h"
    11 #include "../../strings_func.h"
    12 #include "../../strings_func.h"