mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-02 12:44:25 +01:00
lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
This commit is contained in:
parent
aaf9ba6e56
commit
a5fe4d774b
204 changed files with 7396 additions and 7395 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "windef.h"
|
||||
|
|
@ -128,7 +129,7 @@ struct callback_data
|
|||
void execute_callback(struct callback_data *cb_data);
|
||||
bool is_native_thread(void);
|
||||
bool after_shutdown(bool);
|
||||
HSteamPipe after_steam_pipe_create(HSteamPipe pipe);
|
||||
int32_t after_steam_pipe_create( int32_t pipe );
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue