X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fnet%2FClient.hpp;h=5b83061ae48abc917e5bc5af5130a77a89a5d01f;hb=104592aabdc70b21065c35fe4d092fc6cdaa1f49;hp=63c3fdd5e9f7d1aa7ae020fe4d22ef19b0031ce4;hpb=9ebe2c320fd9f94266ab93fa2f9d9908a0a284d3;p=blank.git diff --git a/src/net/Client.hpp b/src/net/Client.hpp index 63c3fdd..5b83061 100644 --- a/src/net/Client.hpp +++ b/src/net/Client.hpp @@ -29,6 +29,9 @@ public: bool TimedOut() { return conn.TimedOut(); } + void SendPing(); + void SendLogin(const std::string &); + private: void HandlePacket(const UDPpacket &);