initial
This commit is contained in:
21
matchmaking/leaderboards.h
Normal file
21
matchmaking/leaderboards.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//========= Copyright <20> 1996-2009, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=====================================================================================//
|
||||
|
||||
|
||||
#ifndef _LEADERBOARDS_H_
|
||||
#define _LEADERBOARDS_H_
|
||||
|
||||
class ILeaderboardRequestQueue;
|
||||
extern class ILeaderboardRequestQueue *g_pLeaderboardRequestQueue;
|
||||
|
||||
class ILeaderboardRequestQueue
|
||||
{
|
||||
public:
|
||||
virtual void Request( KeyValues *pRequest ) = 0;
|
||||
virtual void Update() = 0;
|
||||
};
|
||||
|
||||
#endif // _LEADERBOARDS_H_
|
||||
Reference in New Issue
Block a user