Fix crash on moving empty NetPacket

This commit is contained in:
Jérôme Leclercq
2018-09-25 14:53:49 +02:00
parent 602bdbe292
commit b6a33c76ca
3 changed files with 28 additions and 13 deletions

View File

@@ -27,6 +27,8 @@ namespace Nz
ByteStream(ByteStream&& stream) noexcept = default;
virtual ~ByteStream();
inline void ClearStream();
inline Endianness GetDataEndianness() const;
inline Nz::UInt64 GetSize() const;
inline Stream* GetStream() const;