Network/ENet: Add DisconnectTimeout event
This commit is contained in:
@@ -95,7 +95,7 @@ namespace Nz
|
||||
int ReceiveIncomingCommands(ENetEvent* event);
|
||||
|
||||
void NotifyConnect(ENetPeer* peer, ENetEvent* event, bool incoming);
|
||||
void NotifyDisconnect(ENetPeer*, ENetEvent* event);
|
||||
void NotifyDisconnect(ENetPeer*, ENetEvent* event, bool timeout);
|
||||
|
||||
void SendAcknowledgements(ENetPeer* peer);
|
||||
bool SendReliableOutgoingCommands(ENetPeer* peer);
|
||||
|
||||
Reference in New Issue
Block a user