00001 /********************************************************************************************* 00002 * 00003 * ai_init.h 00004 * 00005 * Re-Volt (Generic) Copyright (c) Probe Entertainment 1998 00006 * 00007 * Contents: 00008 * Initialisation (and destruction) functions for object AIs 00009 * 00010 ********************************************************************************************* 00011 * 00012 * 01/07/98 Matt Taylor 00013 * File inception. 00014 * 00015 *********************************************************************************************/ 00016 00017 #ifndef _AI_INIT_H_ 00018 #define _AI_INIT_H_ 00019 00020 // 00021 // Defines and macros 00022 // 00023 00024 00025 // 00026 // Typedefs and structures 00027 // 00028 00029 00030 // 00031 // External global variables 00032 // 00033 00034 00035 // 00036 // External function prototypes 00037 // 00038 00039 extern bool AI_InitPlayerAI(PLAYER *player); 00040 00041 #endif