X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FChunkTransmission.hpp;h=1d43649d343a5384ea64c090bc9234827ad36fd4;hb=refs%2Fheads%2Fmaster;hp=f54c7d8a2182d3daec20795c67794ebd34c42d99;hpb=8ae45b6555d55f301f83daf8c1337d332d8305ab;p=blank.git diff --git a/src/client/ChunkTransmission.hpp b/src/client/ChunkTransmission.hpp index f54c7d8..1d43649 100644 --- a/src/client/ChunkTransmission.hpp +++ b/src/client/ChunkTransmission.hpp @@ -1,10 +1,10 @@ #ifndef BLANK_CLIENT_CHUNKTRANSMISSION_HPP_ #define BLANK_CLIENT_CHUNKTRANSMISSION_HPP_ +#include "../graphics/glm.hpp" #include "../world/Chunk.hpp" #include -#include namespace blank { @@ -28,6 +28,7 @@ struct ChunkTransmission { ChunkTransmission(); + void Reset() noexcept; void Clear() noexcept; bool Complete() const noexcept;