src/ai/core/ai.h
author truelight
Wed, 14 Mar 2007 20:25:43 +0000
branchnoai
changeset 9388 032008c3f6e3
parent 9360 c20d0a9e0a5c
permissions -rw-r--r--
(svn r9180) [NoAI] -Fix: copy/pasting can be nasty: wrong @file headers
/* $Id$ */

/** @file ai.h declaration of functions for the AI system */

#ifndef AI_H
#define AI_H

// ai.c
void AI_StartNewAI(PlayerID player);
void AI_PlayerDied(PlayerID player);
void AI_RunGameLoop();
void AI_Initialize();
void AI_Uninitialize();
bool AI_AllowNewAI();

#endif /* AI_H */