You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
736 B
23 lines
736 B
5 years ago
|
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||
|
//
|
||
|
// Purpose:
|
||
|
//
|
||
|
// $NoKeywords: $
|
||
|
//=============================================================================//
|
||
|
|
||
|
// Author: Michael Booth (mike@turtlerockstudios.com), 2003
|
||
|
// Author: Matthew D. Campbell (matt@turtlerockstudios.com), 2003
|
||
|
|
||
|
#include "cbase.h"
|
||
|
#include "cs_bot.h"
|
||
|
|
||
|
// memdbgon must be the last include file in a .cpp file!!!
|
||
|
#include "tier0/memdbgon.h"
|
||
|
|
||
|
//--------------------------------------------------------------------------------------------------------
|
||
|
//
|
||
|
// Temporary solution until we have time to build something more elegant
|
||
|
// Very nasty - need to keep in sync with the buy aliases
|
||
|
// NOTE: Array must be NULL terminated
|
||
|
//
|