]> git.localhorst.tv Git - blank.git/blobdiff - src/client/Client.hpp
(shabby) client side handling of messages
[blank.git] / src / client / Client.hpp
index a5f85e5f58c70ca4a69c02753a6c68278010abdf..e124ae51200dd8d169a6a000bf98d6489d39a846 100644 (file)
@@ -37,6 +37,10 @@ public:
                float yaw,
                std::uint8_t actions,
                std::uint8_t slot);
+       std::uint16_t SendMessage(
+               std::uint8_t type,
+               std::uint32_t ref,
+               const std::string &msg);
 
 private:
        void HandlePacket(const UDPpacket &);