ai/ai.c
branchcustombridgeheads
changeset 5642 bfa6074e2833
parent 5332 ffb2e98b961e
equal deleted inserted replaced
5641:d4d00a16ef26 5642:bfa6074e2833
     2 
     2 
     3 #include "../stdafx.h"
     3 #include "../stdafx.h"
     4 #include "../openttd.h"
     4 #include "../openttd.h"
     5 #include "../variables.h"
     5 #include "../variables.h"
     6 #include "../command.h"
     6 #include "../command.h"
     7 #include "../network.h"
     7 #include "../network/network.h"
     8 #include "ai.h"
     8 #include "ai.h"
     9 #include "default/default.h"
     9 #include "default/default.h"
    10 
    10 
    11 /**
    11 /**
    12  * Dequeues commands put in the queue via AI_PutCommandInQueue.
    12  * Dequeues commands put in the queue via AI_PutCommandInQueue.