mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 05:58:03 +01:00
parent
0a2a3c514f
commit
4dfab8d8b6
53 changed files with 78 additions and 473 deletions
|
|
@ -1,12 +1,4 @@
|
|||
extern "C" {
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(steamclient);
|
||||
}
|
||||
#include "steamclient_private.h"
|
||||
|
||||
#include "steam_defs.h"
|
||||
#pragma push_macro("__cdecl")
|
||||
|
|
@ -19,7 +11,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(steamclient);
|
|||
#include "steamworks_sdk_150/steamnetworkingtypes.h"
|
||||
#pragma pop_macro("__cdecl")
|
||||
#pragma pop_macro("strncpy")
|
||||
#include "steamclient_private.h"
|
||||
|
||||
extern "C" {
|
||||
#define SDKVER_150
|
||||
|
|
@ -39,6 +30,8 @@ typedef struct SteamNetConnectionRealTimeStatus_t SteamNetConnectionRealTimeStat
|
|||
#include "cppISteamController_SteamController007.h"
|
||||
}
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(steamclient);
|
||||
|
||||
void cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection( struct cppISteamNetworkingSockets_SteamNetworkingSockets009_ReceiveMessagesOnConnection_params *params )
|
||||
{
|
||||
ISteamNetworkingSockets *iface = (ISteamNetworkingSockets *)params->linux_side;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue