mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
lsteamclient: Support ISteamRemotePlay
This commit is contained in:
parent
19b53264bd
commit
19ece0270b
7 changed files with 147 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ extern void *create_winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001(void *);
|
|||
extern void *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005(void *);
|
||||
extern void *create_winISteamInventory_STEAMINVENTORY_INTERFACE_V003(void *);
|
||||
extern void *create_winISteamVideo_STEAMVIDEO_INTERFACE_V002(void *);
|
||||
extern void *create_winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001(void *);
|
||||
extern void *create_winISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001(void *);
|
||||
extern void *create_winISteamGameServer_SteamGameServer012(void *);
|
||||
extern void *create_winISteamGameServerStats_SteamGameServerStats001(void *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue