summaryrefslogtreecommitdiff
path: root/src/net/messageout.h
diff options
context:
space:
mode:
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.
*/