mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-26 01:04:34 +01:00
lsteamclient: Generate function types with ABI attributes.
CW-Bug-Id: #22729
This commit is contained in:
parent
2a2fb338d2
commit
910f149a04
61 changed files with 257 additions and 155 deletions
|
|
@ -102,7 +102,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SetDebugOutputFunction_p
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t eDetailLevel;
|
||||
void (*__stdcall pfnFunc)(uint32_t, const char *);
|
||||
void (*W_STDCALL pfnFunc)(uint32_t, const char *);
|
||||
};
|
||||
extern void cppISteamNetworkingUtils_SteamNetworkingUtils002_SetDebugOutputFunction( struct cppISteamNetworkingUtils_SteamNetworkingUtils002_SetDebugOutputFunction_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue