mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-31 08:52:50 -05:00
Removed store mode
This commit is contained in:
27
res/steamworks/112/headers/steam/steamps3params_internal.h
Normal file
27
res/steamworks/112/headers/steam/steamps3params_internal.h
Normal file
@@ -0,0 +1,27 @@
|
||||
//====== Copyright 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#ifndef STEAM_PS3PARAMSINTERNAL_API_H
|
||||
#define STEAM_PS3PARAMSINTERNAL_API_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Purpose: Params used only internally at Valve. This is the reserved pointer of SteamPS3Params_t
|
||||
//-----------------------------------------------------------------------------
|
||||
struct SteamPS3ParamsInternal_t
|
||||
{
|
||||
int m_nVersion;
|
||||
EUniverse m_eUniverse;
|
||||
const char *m_pchCMForce; // list of CMs in form "IP:port;IP:port" or "IP;IP"
|
||||
};
|
||||
|
||||
#define STEAM_PS3_PARAMS_INTERNAL_VERSION 1
|
||||
|
||||
|
||||
#endif // STEAM_PS3PARAMSINTERNAL_API_H
|
||||
Reference in New Issue
Block a user