Added missing global TcpClient.cpp file

Fixed Serializer from_bytes parentisis missing
Fixed client shutdown, now it sends a message saying its disconnected in TcpServerWindows
This commit is contained in:
xX-TheDoctor-Xx
2016-08-02 12:57:56 +01:00
parent 81a065b98b
commit 255f3551cc
14 changed files with 38 additions and 16 deletions

View File

@ -2,7 +2,6 @@
#include "Utility.hpp"
#include "Config.hpp"
#include "NetworkBuffer.hpp"
#include "Tags.hpp"
#include "Handshake.hpp"
#include <iostream>