aboutsummaryrefslogtreecommitdiffstats
path: root/include/YAGE/vertex.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/YAGE/vertex.hpp')
-rw-r--r--include/YAGE/vertex.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/YAGE/vertex.hpp b/include/YAGE/vertex.hpp
index d9ab1138..5826aeee 100644
--- a/include/YAGE/vertex.hpp
+++ b/include/YAGE/vertex.hpp
@@ -3,6 +3,9 @@
#include <GL/glew.h>
+namespace yage
+{
+
struct Position
{
float x;
@@ -49,5 +52,7 @@ struct Vertex
uv.v = v;
}
};
+
+} // yage
#endif