]> git.localhorst.tv Git - blank.git/blobdiff - src/client/Client.hpp
new gcc version
[blank.git] / src / client / Client.hpp
index a5f85e5f58c70ca4a69c02753a6c68278010abdf..b09001cda1d40a1e096f9883eb19ee391298d499 100644 (file)
@@ -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 &);