Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Eikum <aeikum@codeweavers.com>2019-05-13 19:46:07 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2019-05-17 18:50:12 +0300
commit528d5d26cfe2567398cde586a307a59746d219cd (patch)
treea4142de4e592ac93151e89366792a71941e96a86 /lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp
parentdfdd3d0d78b2c3281289997c1849da89134d58ee (diff)
lsteamclient: Add steamworks sdk 1.44 support
Diffstat (limited to 'lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp')
-rw-r--r--lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp b/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp
index 872a66c6..2fd5cd04 100644
--- a/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp
+++ b/lsteamclient/cppISteamGameServerStats_SteamGameServerStats001.cpp
@@ -1,11 +1,11 @@
#include "steam_defs.h"
-#include "steamworks_sdk_143/steam_api.h"
-#include "steamworks_sdk_143/isteamgameserverstats.h"
+#include "steamworks_sdk_144/steam_api.h"
+#include "steamworks_sdk_144/isteamgameserverstats.h"
#include "steamclient_private.h"
#ifdef __cplusplus
extern "C" {
#endif
-#define SDKVER_143
+#define SDKVER_144
#include "struct_converters.h"
#include "cppISteamGameServerStats_SteamGameServerStats001.h"
SteamAPICall_t cppISteamGameServerStats_SteamGameServerStats001_RequestUserStats(void *linux_side, CSteamID steamIDUser)