From b6cd136e3edf9d5c0eaaef47118ff1a72d7b0c75 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 5 Mar 2018 22:44:38 +0300 Subject: Add method for read unsigned int 32 from packet. --- src/net/messagein.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/messagein.h') diff --git a/src/net/messagein.h b/src/net/messagein.h index e67dcbe8a..ea2caa499 100644 --- a/src/net/messagein.h +++ b/src/net/messagein.h @@ -78,6 +78,8 @@ class MessageIn notfinal /**< Reads a long. */ int32_t readInt32(const char *const str); + uint32_t readUInt32(const char *const str); + int64_t readInt64(const char *const str); BeingId readBeingId(const char *const str); -- cgit v1.2.3-60-g2f50