1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-12 11:42:10 +08:00
hl2sdk/game/server/hl2/hl2_gamestats.h

24 lines
454 B
C
Raw Normal View History

//====== Copyright <20> 1996-2005, Valve Corporation, All rights reserved. =======
//
// Purpose:
//
//=============================================================================
#ifndef HL2_GAMESTATS_H
#define HL2_GAMESTATS_H
#ifdef _WIN32
#pragma once
#endif
2008-09-15 02:50:57 -05:00
#include "GameStats.h"
class CHL2GameStats : public CBaseGameStats
{
typedef CBaseGameStats BaseClass;
public:
CHL2GameStats( void );
};
#endif // EP1_GAMESTATS_H