2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-08-31 22:55:18 +00:00

lsteamclient: Add steamworks sdk 1.44 support

This commit is contained in:
Andrew Eikum
2019-05-13 11:46:07 -05:00
parent dfdd3d0d78
commit 528d5d26cf
167 changed files with 15834 additions and 1001 deletions

View File

@@ -1,11 +1,11 @@
#include "steam_defs.h"
#include "steamworks_sdk_143/steam_api.h"
#include "steamworks_sdk_143/isteamgameserver.h"
#include "steamworks_sdk_144/steam_api.h"
#include "steamworks_sdk_144/isteamgameserver.h"
#include "steamclient_private.h"
#ifdef __cplusplus
extern "C" {
#endif
#define SDKVER_143
#define SDKVER_144
#include "struct_converters.h"
#include "cppISteamGameServer_SteamGameServer012.h"
bool cppISteamGameServer_SteamGameServer012_InitGameServer(void *linux_side, uint32 unIP, uint16 usGamePort, uint16 usQueryPort, uint32 unFlags, AppId_t nGameAppId, const char * pchVersionString)