lsteamclient: Synthesize an unreleased SDK

For SteamNetworkingSocketsSerialized002.
This commit is contained in:
Andrew Eikum 2019-02-07 08:54:56 -06:00
parent 63bf1c0d39
commit 7c16226c51
46 changed files with 11615 additions and 0 deletions

View file

@ -75,6 +75,7 @@ sdk_versions = [
"100",
"099y",
"099x",
"next",
]
files = [
@ -119,6 +120,9 @@ files = [
("isteamparentalsettings.h", [
"ISteamParentalSettings"
]),
("isteamnetworkingsocketsserialized.h", [
"ISteamNetworkingSocketsSerialized"
]),
]
aliases = {
@ -126,6 +130,7 @@ aliases = {
"SteamUtils004":["SteamUtils003"],
"SteamUtils002":["SteamUtils001"],
"SteamGameServer008":["SteamGameServer007","SteamGameServer006"],
"SteamNetworkingSocketsSerialized002":["SteamNetworkingSocketsSerialized001"],
}
# these structs are manually confirmed to be equivalent