csgo-2018-source/matchmaking/steam_lobbyapi.h

22 lines
416 B
C
Raw Normal View History

2021-07-25 12:11:47 +08:00
//===== Copyright <20> 1996-2009, Valve Corporation, All rights reserved. ======//
//
// Purpose:
//
//===========================================================================//
#ifndef STEAM_LOBBYAPI_H
#define STEAM_LOBBYAPI_H
#ifdef _WIN32
#pragma once
#endif
#if !defined( _X360 ) && !defined( NO_STEAM )
void Steam_WriteLeaderboardData( KeyValues *pViewDescription, KeyValues *pViewData );
#endif
#endif