lsteamclient: Generate SteamWorks SDK 1.57 support.

This commit is contained in:
Rémi Bernon 2023-05-02 10:47:29 +02:00 committed by Arkadiusz Hiler
parent a33bbf115c
commit ea07c02886
57 changed files with 2215 additions and 1467 deletions

View file

@ -2,14 +2,14 @@
#pragma push_macro("__cdecl")
#undef __cdecl
#define __cdecl
#include "steamworks_sdk_156/steam_api.h"
#include "steamworks_sdk_156/steamnetworkingtypes.h"
#include "steamworks_sdk_157/steam_api.h"
#include "steamworks_sdk_157/steamnetworkingtypes.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 "cppISteamController_SteamController008.h"
bool cppISteamController_SteamController008_Init(void *linux_side)