1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-10 10:59:39 +08:00
hl2sdk/game/server/hl2/hl2_gamestats.cpp

17 lines
380 B
C++

//====== Copyright © 1996-2005, 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;
}