1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00
hl2sdk/game/server/hl2/hl2_gamestats.h
2013-06-26 15:22:04 -07:00

24 lines
451 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