mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: Generate SteamWorks SDK 1.57 support.
This commit is contained in:
parent
a33bbf115c
commit
ea07c02886
57 changed files with 2215 additions and 1467 deletions
|
|
@ -2,15 +2,15 @@
|
|||
#pragma push_macro("__cdecl")
|
||||
#undef __cdecl
|
||||
#define __cdecl
|
||||
#include "steamworks_sdk_156/steam_api.h"
|
||||
#include "steamworks_sdk_156/steamnetworkingtypes.h"
|
||||
#include "steamworks_sdk_156/steamnetworkingfakeip.h"
|
||||
#include "steamworks_sdk_157/steam_api.h"
|
||||
#include "steamworks_sdk_157/steamnetworkingtypes.h"
|
||||
#include "steamworks_sdk_157/steamnetworkingfakeip.h"
|
||||
#pragma pop_macro("__cdecl")
|
||||
#include "steamclient_private.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#define SDKVER_156
|
||||
#define SDKVER_157
|
||||
#include "struct_converters.h"
|
||||
#include "cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001.h"
|
||||
EResult cppISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001_SendMessageToFakeIP(void *linux_side, const SteamNetworkingIPAddr * remoteAddress, const void * pData, uint32 cbData, int nSendFlags)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue