src/ai/api/ai_controller.cpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9444 fd27df7ca2a0
child 9782 e8d8d8894f23
equal deleted inserted replaced
9723:eee46cb39750 9724:b39bc69bb2f2
     3 /** @file ai_controller.cpp handles the functions of the AIControler class */
     3 /** @file ai_controller.cpp handles the functions of the AIControler class */
     4 
     4 
     5 #include "ai_controller.hpp"
     5 #include "ai_controller.hpp"
     6 #include "../../stdafx.h"
     6 #include "../../stdafx.h"
     7 #include "../../openttd.h"
     7 #include "../../openttd.h"
     8 #include "../../player.h"
     8 #include "../../player_func.h"
     9 #include "../ai_threads.h"
     9 #include "../ai_threads.h"
    10 
    10 
    11 void AIController::Sleep(uint ticks)
    11 void AIController::Sleep(uint ticks)
    12 {
    12 {
    13 	AI_SuspendPlayer(_current_player, ticks);
    13 	AI_SuspendPlayer(_current_player, ticks);