mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-02 04:34:29 +01:00
lsteamclient: Generate callback wrappers with the new structs.
CW-Bug-Id: #22729
This commit is contained in:
parent
77e83d193a
commit
2170b64142
7 changed files with 563 additions and 1157 deletions
|
|
@ -61,6 +61,10 @@ struct callback
|
|||
|
||||
extern bool unix_steamclient_next_callback( struct callback *callback, uint32_t *length );
|
||||
|
||||
extern bool (*steamclient_GetAPICallResult)( int32_t, uint64_t, void *, int, int, bool * );
|
||||
extern bool unix_Steam_GetAPICallResult( int32_t pipe, uint64_t call, void *w_callback,
|
||||
int w_callback_len, int id, bool *failed );
|
||||
|
||||
struct networking_message_pool;
|
||||
struct networking_message
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue