ai/ai.h
changeset 5469 7edfc643abbc
parent 4854 151cdb683187
equal deleted inserted replaced
5468:bebfa3ebcd62 5469:7edfc643abbc
     1 #ifndef AI_H
     1 #ifndef AI_H
     2 #define AI_H
     2 #define AI_H
     3 
     3 
     4 #include "../functions.h"
     4 #include "../functions.h"
     5 #include "../network.h"
     5 #include "../network/network.h"
     6 #include "../player.h"
     6 #include "../player.h"
     7 #include "../command.h"
     7 #include "../command.h"
     8 
     8 
     9 /* How DoCommands look like for an AI */
     9 /* How DoCommands look like for an AI */
    10 typedef struct AICommand {
    10 typedef struct AICommand {