Files
cool-source-archive/game/server/hl2/hl2_gamestats.h
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

24 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