]> git.localhorst.tv Git - blank.git/blobdiff - src/client/ChunkTransmission.hpp
glm backwards compatibility
[blank.git] / src / client / ChunkTransmission.hpp
index f54c7d8a2182d3daec20795c67794ebd34c42d99..1d43649d343a5384ea64c090bc9234827ad36fd4 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef BLANK_CLIENT_CHUNKTRANSMISSION_HPP_
 #define BLANK_CLIENT_CHUNKTRANSMISSION_HPP_
 
+#include "../graphics/glm.hpp"
 #include "../world/Chunk.hpp"
 
 #include <cstdint>
-#include <glm/glm.hpp>
 
 
 namespace blank {
@@ -28,6 +28,7 @@ struct ChunkTransmission {
 
        ChunkTransmission();
 
+       void Reset() noexcept;
        void Clear() noexcept;
 
        bool Complete() const noexcept;