#include "block.hpp" #include "../config.hpp" // Texture winding order - top, bottom, left, right, front, back // std::vector> TextureIdsAndPaths { // {1, "dirt.png"}, // {2, "grass_side.png"}, // {3, "grass_top.png"} // }; std::vector> BlockAtlas() { }