mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-13 05:37:48 +02:00
lsteamclient: Move ISteamNetworkingFakeUDPPort creation / destroy to the PE side.
CW-Bug-Id: #22729
This commit is contained in:
@ -37,6 +37,8 @@ struct w_steam_iface
|
||||
void *u_iface;
|
||||
};
|
||||
|
||||
#include "win_constructors.h"
|
||||
|
||||
struct SteamInputActionEvent_t;
|
||||
typedef void (*CDECL win_SteamInputActionEventCallbackPointer)( struct SteamInputActionEvent_t * );
|
||||
void lin_SteamInputActionEventCallbackPointer( struct SteamInputActionEvent_t *dat );
|
||||
|
Reference in New Issue
Block a user