diff options
Diffstat (limited to 'src/net/messagein.h')
-rw-r--r-- | src/net/messagein.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/messagein.h b/src/net/messagein.h index ea2caa499..255710349 100644 --- a/src/net/messagein.h +++ b/src/net/messagein.h @@ -80,6 +80,8 @@ class MessageIn notfinal uint32_t readUInt32(const char *const str); + int readItemId(const char *const str); + int64_t readInt64(const char *const str); BeingId readBeingId(const char *const str); |