Network/ENetHost: Add network simulator

This commit is contained in:
Lynix
2017-01-28 17:18:06 +01:00
parent 4e2a037d6b
commit 4e517bc1e3
4 changed files with 78 additions and 10 deletions

View File

@@ -9,7 +9,8 @@
namespace Nz
{
inline ENetHost::ENetHost() :
m_packetPool(sizeof(ENetPacket))
m_packetPool(sizeof(ENetPacket)),
m_isSimulationEnabled(false)
{
}