aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/client_class.cpp
blob: 0b61ea0e138a51f83357c80b5aa7dcbe62c791e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//
//=============================================================================//

#include "client_class.h"

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

ClientClass *g_pClientClassHead=0;