diff options
Diffstat (limited to 'game/server/tfc/tfc_bot_temp.h')
| -rw-r--r-- | game/server/tfc/tfc_bot_temp.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/game/server/tfc/tfc_bot_temp.h b/game/server/tfc/tfc_bot_temp.h new file mode 100644 index 0000000..906ae00 --- /dev/null +++ b/game/server/tfc/tfc_bot_temp.h @@ -0,0 +1,21 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef TFC_BOT_TEMP_H +#define TFC_BOT_TEMP_H +#ifdef _WIN32 +#pragma once +#endif + + +// If iTeam or iClass is -1, then a team or class is randomly chosen. +CBasePlayer *BotPutInServer( bool bFrozen, int iTeam, int iClass ); + +void Bot_RunAll(); + + +#endif // TFC_BOT_TEMP_H |