lsteamclient: Move ISteamNetworkingFakeUDPPort creation / destroy to the PE side.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon
2023-09-29 11:35:29 +02:00
parent 1cf15635ac
commit d12d18e87c
9 changed files with 37 additions and 40 deletions

View File

@ -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 );