summaryrefslogtreecommitdiff
path: root/src/net/messageout.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-26 00:09:51 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-26 00:09:51 +0300
commitb6d97f404432d9cf6c84538c4d5f6f14e078ade3 (patch)
tree10339eb71797c794fa6ebd5e6371d1bb1494353a /src/net/messageout.h
parent4e2ceec09d767063ade469e6cb810a06d1e6249d (diff)
downloadplus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.tar.gz
plus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.tar.bz2
plus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.tar.xz
plus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.zip
Add packet CMSG_CAMERA_INFO 0x0a77
Diffstat (limited to 'src/net/messageout.h')
-rw-r--r--src/net/messageout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/messageout.h b/src/net/messageout.h
index ef7371486..744d167e8 100644
--- a/src/net/messageout.h
+++ b/src/net/messageout.h
@@ -91,6 +91,9 @@ class MessageOut notfinal
int length,
const char *const str);
+ void writeFloat(const float value,
+ const char *const str);
+
/**
* Returns the content of the message.
*/