blob: c77cee65edc11f1d9774057cacd852e7f7f21792 (
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:
//
//=============================================================================
#include "cbase.h"
#include "hl2_gamestats.h"
#include "achievementmgr.h"
static CHL2GameStats s_HL2GameStats;
CHL2GameStats::CHL2GameStats( void )
{
gamestats = &s_HL2GameStats;
}
|