mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 13:44:22 +01:00
parent
4c0240406b
commit
9c99b17a44
16 changed files with 416 additions and 17 deletions
|
|
@ -11,11 +11,14 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient);
|
|||
#include "steam_defs.h"
|
||||
#pragma push_macro("__cdecl")
|
||||
#undef __cdecl
|
||||
#pragma push_macro("strncpy")
|
||||
#undef strncpy
|
||||
#include "steamworks_sdk_150/steam_api.h"
|
||||
#include "steamworks_sdk_150/isteamnetworkingsockets.h"
|
||||
#include "steamworks_sdk_150/isteamnetworkingutils.h"
|
||||
#include "steamworks_sdk_150/steamnetworkingtypes.h"
|
||||
#pragma pop_macro("__cdecl")
|
||||
#pragma pop_macro("strncpy")
|
||||
#include "steamclient_private.h"
|
||||
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue