X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FChunkTransmission.hpp;h=7e801eec3b24880d8477d4668dd3e0d5ee180bd0;hb=69a4ba4fa3e4694887087ab6dddc784a593d2b03;hp=f54c7d8a2182d3daec20795c67794ebd34c42d99;hpb=8ae45b6555d55f301f83daf8c1337d332d8305ab;p=blank.git diff --git a/src/client/ChunkTransmission.hpp b/src/client/ChunkTransmission.hpp index f54c7d8..7e801ee 100644 --- a/src/client/ChunkTransmission.hpp +++ b/src/client/ChunkTransmission.hpp @@ -28,6 +28,7 @@ struct ChunkTransmission { ChunkTransmission(); + void Reset() noexcept; void Clear() noexcept; bool Complete() const noexcept;