mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-28 02:04:47 +01:00
lsteamclient: Avoid code duplication in handling SteamNetworkingMessage_t wrapping.
CW-Bug-Id: #22649
This commit is contained in:
parent
6d51ed29f3
commit
6ed890c9e9
13 changed files with 235 additions and 736 deletions
|
|
@ -15,6 +15,9 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient);
|
|||
#pragma pop_macro("__cdecl")
|
||||
#include "steamclient_private.h"
|
||||
|
||||
#define SDK_VERSION 992
|
||||
#include "steamclient_manual_common.h"
|
||||
|
||||
class ISteamUser_linux
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue