mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-29 18:54:33 +01:00
lsteamclient: Generate functions with calling convention.
CW-Bug-Id: #22729
This commit is contained in:
parent
2ed2dfd7be
commit
99e5c542c0
62 changed files with 200 additions and 167 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue