mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: Add steamworks sdk 1.44 support
This commit is contained in:
parent
dfdd3d0d78
commit
528d5d26cf
167 changed files with 15834 additions and 1001 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#include "steam_defs.h"
|
||||
#include "steamworks_sdk_next2/steam_api.h"
|
||||
#include "steamworks_sdk_next2/isteamnetworkingsocketsserialized.h"
|
||||
#include "steamworks_sdk_143y/steam_api.h"
|
||||
#include "steamworks_sdk_143y/isteamnetworkingsocketsserialized.h"
|
||||
#include "steamclient_private.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#define SDKVER_next2
|
||||
#define SDKVER_143y
|
||||
#include "struct_converters.h"
|
||||
#include "cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003.h"
|
||||
void cppISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003_SendP2PRendezvous(void *linux_side, CSteamID steamIDRemote, uint32 unConnectionIDSrc, const void * pMsgRendezvous, uint32 cbRendezvous)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue