]> git.localhorst.tv Git - blank.git/blobdiff - src/block.hpp
some cleanup
[blank.git] / src / block.hpp
index 1fa9c8416a4d694fcaa715f08463df7c3aeb3db6..a757740b77000e6768c2519b6a696c4eef833a74 100644 (file)
@@ -81,6 +81,8 @@ private:
 /// single 1x1x1 cube
 struct Block {
 
+       using Pos = glm::vec3;
+
        const BlockType *type;
 
        constexpr explicit Block(const BlockType *t = &BlockType::DEFAULT)