lsteamclient: Generate functions with calling convention.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-19 21:24:23 +02:00 committed by Arkadiusz Hiler
parent 77d381cd1d
commit 783cde21bd
62 changed files with 200 additions and 167 deletions

View file

@ -100,7 +100,7 @@ struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SetDebugOutputFunction_p
{
void *linux_side;
uint32_t eDetailLevel;
FSteamNetworkingSocketsDebugOutput pfnFunc;
void (*__stdcall pfnFunc)(uint32_t, const char *);
};
extern void cppISteamNetworkingUtils_SteamNetworkingUtils001_SetDebugOutputFunction( struct cppISteamNetworkingUtils_SteamNetworkingUtils001_SetDebugOutputFunction_params *params );