src/ai/api/ai_controller.cpp
author truebrain
Sat, 23 Feb 2008 14:49:31 +0000
branchnoai
changeset 9743 4c44aa6a8f43
parent 9724 b39bc69bb2f2
child 9782 e8d8d8894f23
permissions -rw-r--r--
(svn r12223) [NoAI] -Fix r12221: look mom, I can break compilation!
/* $Id$ */

/** @file ai_controller.cpp handles the functions of the AIControler class */

#include "ai_controller.hpp"
#include "../../stdafx.h"
#include "../../openttd.h"
#include "../../player_func.h"
#include "../ai_threads.h"

void AIController::Sleep(uint ticks)
{
	AI_SuspendPlayer(_current_player, ticks);
}