mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-28 10:14:37 +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
|
|
@ -61,7 +61,7 @@ extern void cppISteamInput_SteamInput006_EnableDeviceCallbacks( struct cppISteam
|
|||
struct cppISteamInput_SteamInput006_EnableActionEventCallbacks_params
|
||||
{
|
||||
void *linux_side;
|
||||
SteamInputActionEventCallbackPointer pCallback;
|
||||
void (*__stdcall pCallback)(SteamInputActionEvent_t *);
|
||||
};
|
||||
extern void cppISteamInput_SteamInput006_EnableActionEventCallbacks( struct cppISteamInput_SteamInput006_EnableActionEventCallbacks_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue