1 #ifndef BLANK_NET_CLIENT_HPP_
2 #define BLANK_NET_CLIENT_HPP_
4 #include "Connection.hpp"
18 std::string host = "localhost";
23 Client(const Config &, World &);
30 bool TimedOut() { return conn.TimedOut(); }
33 void SendLogin(const std::string &);
36 void HandlePacket(const UDPpacket &);
41 UDPsocket client_sock;
42 UDPpacket client_pack;