You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
416 B
21 lines
416 B
//===== Copyright © 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
|
|
|