mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-08 07:27:58 +01:00
steamclient: Implement the other ISteamMatchmakingServers callback wrappers
This commit is contained in:
parent
f9f3754f09
commit
9d1c8963e4
6 changed files with 203 additions and 101 deletions
|
|
@ -30,7 +30,10 @@ typedef struct __winX winX;
|
|||
|
||||
void *create_win_interface(const char *name, void *linux_side);
|
||||
unsigned int steamclient_unix_path_to_dos_path(unsigned int api_result, char *inout, unsigned int inout_bytes);
|
||||
void *create_LinuxMatchmakingServerListResponse(void *win);
|
||||
void *create_LinuxISteamMatchmakingServerListResponse(void *win);
|
||||
void *create_LinuxISteamMatchmakingPingResponse(void *win);
|
||||
void *create_LinuxISteamMatchmakingPlayersResponse(void *win);
|
||||
void *create_LinuxISteamMatchmakingRulesResponse(void *win);
|
||||
|
||||
#define TRACE WINE_TRACE
|
||||
#define ERR WINE_ERR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue