#include "Network.h" #include #include std::unique_ptr CI; void NetMain() { std::thread TCP(TCPServerMain); TCP.detach(); UDPServerMain(); }