css_enhanced_waf/game/server/hl2/hl2_gamestats.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

23 lines
428 B
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================
#ifndef HL2_GAMESTATS_H
#define HL2_GAMESTATS_H
#ifdef _WIN32
#pragma once
#endif
#include "gamestats.h"
class CHL2GameStats : public CBaseGameStats
{
typedef CBaseGameStats BaseClass;
public:
CHL2GameStats( void );
};
#endif // EP1_GAMESTATS_H