mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 05:36:09 +01:00
lsteamclient: Generate function types with ABI attributes.
CW-Bug-Id: #22729
This commit is contained in:
parent
cc69121738
commit
5ec5ec2923
61 changed files with 257 additions and 155 deletions
|
|
@ -62,7 +62,7 @@ extern void cppISteamInput_SteamInput006_EnableDeviceCallbacks( struct cppISteam
|
|||
struct cppISteamInput_SteamInput006_EnableActionEventCallbacks_params
|
||||
{
|
||||
void *linux_side;
|
||||
void (*__stdcall pCallback)(SteamInputActionEvent_t *);
|
||||
void (*W_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