mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-23 15:54:07 +01:00
lsteamclient: Generate functions with calling convention.
CW-Bug-Id: #22729
This commit is contained in:
parent
77d381cd1d
commit
783cde21bd
62 changed files with 200 additions and 167 deletions
|
|
@ -109,7 +109,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SetDebugOutputFunction_p
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t eDetailLevel;
|
||||
FSteamNetworkingSocketsDebugOutput pfnFunc;
|
||||
void (*__stdcall pfnFunc)(uint32_t, const char *);
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils003_SetDebugOutputFunction( struct cppISteamNetworkingUtils_SteamNetworkingUtils003_SetDebugOutputFunction_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue