#ifndef BLOCK_FRAME #define BLOCK_FRAME #include "math.hpp" //#ifndef GLAD //#define GLAD //#include //#endif class BlockFrame{ unsigned int VAO,VBO,EBO; public: BlockFrame(Vector3i pos); ~BlockFrame(); void Draw(int texture); }; #endif