Remove unnecessary glew includes.

Remove copyright from Mesh.cpp
Add default initializers for VertexAttribute
This commit is contained in:
REDxEYE
2025-04-13 17:14:34 +03:00
parent 9730454b90
commit 3a54a37b06
4 changed files with 3 additions and 10 deletions
-2
View File
@@ -1,7 +1,5 @@
#pragma once
#include <GL/glew.h>
#include "MeshData.hpp"
template<typename VertexStructure>