Core: Add EmptyStream class

This commit is contained in:
Lynix
2019-12-29 16:25:40 +01:00
parent ea8b71407e
commit 35cf05e3bc
4 changed files with 168 additions and 0 deletions

View File

@@ -212,6 +212,7 @@ Nazara Engine:
- Added ENetPeer::GetTotalByte[Received|Sent]
- Added ENetPeer::GetTotalPacketSent
- ⚠ ENetHost::GetTotalReceivedPackets now returns the number of commands received (instead of the number of UDP packets received)
- Added EmptyStream class, useful to measure how many bytes some writing operations will take
Nazara Development Kit:
- Added ImageWidget (#139)