aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/server/hl2/hl2_gamestats.h
blob: 31a91a329097553fd985a24256a42fe5107df4e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//========= 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