17 lines
442 B
C
17 lines
442 B
C
|
|
// Copyright (C) 1999-2000 Id Software, Inc.
|
||
|
|
//
|
||
|
|
|
||
|
|
/*****************************************************************************
|
||
|
|
* name: ai_vcmd.h
|
||
|
|
*
|
||
|
|
* desc: Quake3 bot AI
|
||
|
|
*
|
||
|
|
* $Archive: /source/code/botai/ai_vcmd.c $
|
||
|
|
*
|
||
|
|
*****************************************************************************/
|
||
|
|
|
||
|
|
int BotVoiceChatCommand(bot_state_t *bs, int mode, char *voicechat);
|
||
|
|
void BotVoiceChat_Defend(bot_state_t *bs, int client, int mode);
|
||
|
|
|
||
|
|
|