mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:30:06 +00:00
Packet header fixes
This commit is contained in:
parent
12d8aaf8a6
commit
b0baa4f336
17 changed files with 20 additions and 17 deletions
|
|
@ -26,7 +26,7 @@ public:
|
|||
GenericDataPacket(GenericDataPacket&&) noexcept;
|
||||
GenericDataPacket& operator=(GenericDataPacket&&) noexcept;
|
||||
|
||||
uint16_t packet_code() const;
|
||||
uint16_t packet_code() const override;
|
||||
uint32_t length_of_block() const;
|
||||
|
||||
size_t data_size() const override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue