]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Block.hpp
block type prototypability and new types
[blank.git] / src / world / Block.hpp
index 4b4ea210596bbd8d3c6adb0f63e5131cf6065708..ea3de59b206e3ad7b90b9033db7506037bd24692 100644 (file)
@@ -11,7 +11,6 @@ namespace blank {
 struct Block {
 
        using Type = unsigned short;
-       using Pos = glm::vec3;
 
        enum Face {
                FACE_UP,