blob: 517af83ec3415d53eacae181a794d92de76e06a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Code for the CTFCoachRating object
//
// $NoKeywords: $
//=============================================================================//
#include "cbase.h"
#include "tf_coach_rating.h"
using namespace GCSDK;
#ifdef GC_DLL
IMPLEMENT_CLASS_MEMPOOL( CTFCoachRating, 100, UTLMEMORYPOOL_GROW_SLOW );
#endif
// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"
|