src/ai/ai.h
changeset 8211 29a8510dfd62
parent 8131 160939e24ed3
child 8254 1496654ca5e7
equal deleted inserted replaced
8210:cc873256f63a 8211:29a8510dfd62
     5 
     5 
     6 #include "../network/network.h"
     6 #include "../network/network.h"
     7 #include "../player.h"
     7 #include "../player.h"
     8 #include "../command_type.h"
     8 #include "../command_type.h"
     9 #include "../core/random_func.hpp"
     9 #include "../core/random_func.hpp"
       
    10 #include "../settings_type.h"
    10 
    11 
    11 /* How DoCommands look like for an AI */
    12 /* How DoCommands look like for an AI */
    12 struct AICommand {
    13 struct AICommand {
    13 	uint32 tile;
    14 	uint32 tile;
    14 	uint32 p1;
    15 	uint32 p1;