mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: Synthesize an unreleased SDK
For SteamNetworkingSocketsSerialized002.
This commit is contained in:
parent
63bf1c0d39
commit
7c16226c51
46 changed files with 11615 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue