Network/ENetHost: Add GetServiceTime()

This commit is contained in:
Lynix
2017-01-31 22:19:17 +01:00
parent 4f1df53f07
commit 2f057191aa
3 changed files with 9 additions and 1 deletions

View File

@@ -51,6 +51,11 @@ namespace Nz
m_peers.clear();
m_socket.Close();
}
inline UInt32 Nz::ENetHost::GetServiceTime() const
{
return m_serviceTime;
}
}
#include <Nazara/Network/DebugOff.hpp>