]> git.localhorst.tv Git - blank.git/blobdiff - src/block.hpp
move human I/O related stuff into separate file
[blank.git] / src / block.hpp
index 3777e6d77b6169d345ca73592d4f7b54182c765c..23c3979feba4ecd36d9867512901b81229a10fef 100644 (file)
@@ -57,10 +57,10 @@ struct BlockType {
        bool visible;
 
        struct Faces {
+               bool up;
+               bool down;
                bool right;
                bool left;
-               bool top;
-               bool bottom;
                bool front;
                bool back;
        } fill;