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
parent 2ed2dfd7be
commit 99e5c542c0
62 changed files with 200 additions and 167 deletions

View file

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