mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
lsteamclient: Add ISteamGameSearch support
This commit is contained in:
parent
e94250ae57
commit
aa4c6fcc22
7 changed files with 259 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ extern void *create_winISteamFriends_SteamFriends017(void *);
|
|||
extern void *create_winISteamUtils_SteamUtils009(void *);
|
||||
extern void *create_winISteamMatchmaking_SteamMatchMaking009(void *);
|
||||
extern void *create_winISteamMatchmakingServers_SteamMatchMakingServers002(void *);
|
||||
extern void *create_winISteamGameSearch_SteamMatchGameSearch001(void *);
|
||||
extern void *create_winISteamParties_SteamParties002(void *);
|
||||
extern void *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014(void *);
|
||||
extern void *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011(void *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue