// Some portions Copyright (C) 1999-2000 Id Software, Inc. // All other portions Copyright (C) 2002-2007 Ted Vessenes /***************************************************************************** * ai_maingoal.h * * Includes used by the bot to select a main goal for this frame *****************************************************************************/ void BotGoalReset(bot_state_t *bs); void BotMainGoal(bot_state_t *bs);