2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-08-31 14:45:23 +00:00

lsteamclient: Add ISteamNetworkingSockets support

This commit is contained in:
Andrew Eikum
2019-05-16 11:23:30 -05:00
parent 528d5d26cf
commit 649421bf26
40 changed files with 877 additions and 70 deletions

View File

@@ -1,5 +1,6 @@
#include "steam_defs.h"
#include "steamworks_sdk_144/steam_api.h"
#include "steamworks_sdk_144/steamnetworkingtypes.h"
#include "steamclient_private.h"
#ifdef __cplusplus
extern "C" {