ai/ai.c
changeset 5720 cc0ceeafaa55
parent 5332 ffb2e98b961e
equal deleted inserted replaced
5719:76441d929243 5720:cc0ceeafaa55
     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.