mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-15 08:28:24 +01:00
Update to sdk 1.46
This commit is contained in:
parent
bb9c516775
commit
8723dad025
36 changed files with 2197 additions and 129 deletions
|
|
@ -156,8 +156,11 @@ public:
|
|||
// Steam Parties interface
|
||||
virtual ISteamParties *GetISteamParties( HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion ) = 0;
|
||||
|
||||
// Steam Remote Play interface
|
||||
virtual ISteamRemotePlay *GetISteamRemotePlay( HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion ) = 0;
|
||||
|
||||
};
|
||||
#define STEAMCLIENT_INTERFACE_VERSION "SteamClient018"
|
||||
#define STEAMCLIENT_INTERFACE_VERSION "SteamClient019"
|
||||
|
||||
#ifndef STEAM_API_EXPORTS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue