lsteamclient: Generate function types with ABI attributes.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-19 21:30:14 +02:00 committed by Arkadiusz Hiler
parent cc69121738
commit 5ec5ec2923
61 changed files with 257 additions and 155 deletions

View file

@ -62,7 +62,7 @@ extern void cppISteamInput_SteamInput005_EnableDeviceCallbacks( struct cppISteam
struct cppISteamInput_SteamInput005_EnableActionEventCallbacks_params
{
void *linux_side;
void (*__stdcall pCallback)(SteamInputActionEvent_t *);
void (*W_STDCALL pCallback)(SteamInputActionEvent_t *);
};
extern void cppISteamInput_SteamInput005_EnableActionEventCallbacks( struct cppISteamInput_SteamInput005_EnableActionEventCallbacks_params *params );