mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
lsteamclient: Generate functions with calling convention.
CW-Bug-Id: #22729
This commit is contained in:
parent
2ed2dfd7be
commit
99e5c542c0
62 changed files with 200 additions and 167 deletions
|
|
@ -184,7 +184,7 @@ SteamNetworkingMicroseconds __thiscall winISteamNetworkingUtils_SteamNetworkingU
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_SetDebugOutputFunction(struct w_steam_iface *_this, uint32_t eDetailLevel, FSteamNetworkingSocketsDebugOutput pfnFunc)
|
||||
void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils001_SetDebugOutputFunction(struct w_steam_iface *_this, uint32_t eDetailLevel, void (*__stdcall pfnFunc)(uint32_t, const char *))
|
||||
{
|
||||
struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SetDebugOutputFunction_params params =
|
||||
{
|
||||
|
|
@ -526,7 +526,7 @@ SteamNetworkingMicroseconds __thiscall winISteamNetworkingUtils_SteamNetworkingU
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_SetDebugOutputFunction(struct w_steam_iface *_this, uint32_t eDetailLevel, FSteamNetworkingSocketsDebugOutput pfnFunc)
|
||||
void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils002_SetDebugOutputFunction(struct w_steam_iface *_this, uint32_t eDetailLevel, void (*__stdcall pfnFunc)(uint32_t, const char *))
|
||||
{
|
||||
struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SetDebugOutputFunction_params params =
|
||||
{
|
||||
|
|
@ -881,7 +881,7 @@ SteamNetworkingMicroseconds __thiscall winISteamNetworkingUtils_SteamNetworkingU
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_SetDebugOutputFunction(struct w_steam_iface *_this, uint32_t eDetailLevel, FSteamNetworkingSocketsDebugOutput pfnFunc)
|
||||
void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils003_SetDebugOutputFunction(struct w_steam_iface *_this, uint32_t eDetailLevel, void (*__stdcall pfnFunc)(uint32_t, const char *))
|
||||
{
|
||||
struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SetDebugOutputFunction_params params =
|
||||
{
|
||||
|
|
@ -1240,7 +1240,7 @@ SteamNetworkingMicroseconds __thiscall winISteamNetworkingUtils_SteamNetworkingU
|
|||
return params._ret;
|
||||
}
|
||||
|
||||
void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_SetDebugOutputFunction(struct w_steam_iface *_this, uint32_t eDetailLevel, FSteamNetworkingSocketsDebugOutput pfnFunc)
|
||||
void __thiscall winISteamNetworkingUtils_SteamNetworkingUtils004_SetDebugOutputFunction(struct w_steam_iface *_this, uint32_t eDetailLevel, void (*__stdcall pfnFunc)(uint32_t, const char *))
|
||||
{
|
||||
struct cppISteamNetworkingUtils_SteamNetworkingUtils004_SetDebugOutputFunction_params params =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue