truelight@9441: /* $Id$ */ truelight@9441: truelight@9441: /** @file ai_controller.cpp handles the functions of the AIControler class */ truelight@9441: truelight@9441: #include "ai_controller.hpp" truelight@9441: #include "../../stdafx.h" truelight@9441: #include "../../openttd.h" rubidium@9724: #include "../../player_func.h" rubidium@9444: #include "../ai_threads.h" truelight@9441: truelight@9441: void AIController::Sleep(uint ticks) truelight@9441: { truelight@9441: AI_SuspendPlayer(_current_player, ticks); truelight@9441: }