summaryrefslogtreecommitdiff
path: root/src/net/messagein.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-05 22:44:38 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-05 22:45:27 +0300
commitb6cd136e3edf9d5c0eaaef47118ff1a72d7b0c75 (patch)
treefaca6ca89481e93ee25caba81d23c6068f68dda2 /src/net/messagein.h
parent135fa01ee301fd878c93444999a625f64ccf76c1 (diff)
downloadplus-b6cd136e3edf9d5c0eaaef47118ff1a72d7b0c75.tar.gz
plus-b6cd136e3edf9d5c0eaaef47118ff1a72d7b0c75.tar.bz2
plus-b6cd136e3edf9d5c0eaaef47118ff1a72d7b0c75.tar.xz
plus-b6cd136e3edf9d5c0eaaef47118ff1a72d7b0c75.zip
Add method for read unsigned int 32 from packet.
Diffstat (limited to 'src/net/messagein.h')
-rw-r--r--src/net/messagein.h2
1 files changed, 2 insertions, 0 deletions
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);