mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 05:36:09 +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,10 +1,10 @@
|
|||
#include "steam_defs.h"
|
||||
#include "steamworks_sdk_143/steam_api.h"
|
||||
#include "steamworks_sdk_144/steam_api.h"
|
||||
#include "steamclient_private.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#define SDKVER_143
|
||||
#define SDKVER_144
|
||||
#include "struct_converters.h"
|
||||
#include "cppISteamNetworking_SteamNetworking005.h"
|
||||
bool cppISteamNetworking_SteamNetworking005_SendP2PPacket(void *linux_side, CSteamID steamIDRemote, const void * pubData, uint32 cubData, EP2PSend eP2PSendType, int nChannel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue