mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +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/isteamgameserverstats.h"
|
||||
#include "steamworks_sdk_157/steam_api.h"
|
||||
#include "steamworks_sdk_157/steamnetworkingtypes.h"
|
||||
#include "steamworks_sdk_157/isteamgameserverstats.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 "cppISteamGameServerStats_SteamGameServerStats001.h"
|
||||
SteamAPICall_t cppISteamGameServerStats_SteamGameServerStats001_RequestUserStats(void *linux_side, CSteamID steamIDUser)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue