X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FClient.hpp;h=b09001cda1d40a1e096f9883eb19ee391298d499;hb=e5caf98d970fe569fd8484dd0d6ea738f8251ae4;hp=a5f85e5f58c70ca4a69c02753a6c68278010abdf;hpb=c1da86ebab41895bf49ed747c75ecf722e8c5586;p=blank.git diff --git a/src/client/Client.hpp b/src/client/Client.hpp index a5f85e5..b09001c 100644 --- a/src/client/Client.hpp +++ b/src/client/Client.hpp @@ -37,6 +37,12 @@ public: float yaw, std::uint8_t actions, std::uint8_t slot); + std::uint16_t SendChunkRequest( + const glm::ivec3 &); + std::uint16_t SendMessage( + std::uint8_t type, + std::uint32_t ref, + const std::string &msg); private: void HandlePacket(const UDPpacket &);