summaryrefslogtreecommitdiff
path: root/game/shared/tf/tf_player_info.cpp
blob: bfb74948c0da12c0ef20d56c991a3ac928b8b35a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Code for the CTFPlayerInfo object
//
// $NoKeywords: $
//=============================================================================//

#include "cbase.h"

using namespace GCSDK;

#ifdef GC
IMPLEMENT_CLASS_MEMPOOL( CTFPlayerInfo, 10 * 1000, UTLMEMORYPOOL_GROW_SLOW );
#endif

// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"