mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-26 01:04:34 +01:00
parent
5e415e552c
commit
40f210f20c
16 changed files with 416 additions and 17 deletions
|
|
@ -11,9 +11,12 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient);
|
|||
#include "steam_defs.h"
|
||||
#pragma push_macro("__cdecl")
|
||||
#undef __cdecl
|
||||
#pragma push_macro("strncpy")
|
||||
#undef strncpy
|
||||
#include "steamworks_sdk_152/steam_api.h"
|
||||
#include "steamworks_sdk_152/isteaminput.h"
|
||||
#pragma pop_macro("__cdecl")
|
||||
#pragma pop_macro("strncpy")
|
||||
#include "steamclient_private.h"
|
||||
|
||||
#include <unordered_map>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue