From a5acd4c9a3b24c9d5af3a8f504e5af053fa7fa09 Mon Sep 17 00:00:00 2001 From: boris Date: Thu, 20 Dec 2018 21:38:04 +1300 Subject: yo is this loss --- csgo-loader/csgo-client/Networking/TCPClient.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'csgo-loader/csgo-client/Networking/TCPClient.hpp') diff --git a/csgo-loader/csgo-client/Networking/TCPClient.hpp b/csgo-loader/csgo-client/Networking/TCPClient.hpp index f057cdc..4e3e089 100644 --- a/csgo-loader/csgo-client/Networking/TCPClient.hpp +++ b/csgo-loader/csgo-client/Networking/TCPClient.hpp @@ -10,10 +10,12 @@ // std::min #include -namespace Networking { +namespace Networking +{ // A TCPClient is essentially the same as the TCPConnection counterpart on the server, // however, it independently handles connection. - class TCPClient { + class TCPClient + { WSADATA m_WinSocks; SOCKET m_Socket; sockaddr_in m_Context; @@ -25,7 +27,7 @@ namespace Networking { // Connects to a remote server. // Also handles the initial handshake between server and client. bool Start(uint32_t ServerAddress, uint16_t ServerPort); - + // Kills the client. void Kill(); -- cgit v1.2.3