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" {