]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/vector.h
Rearrange soucre files into subdirectories
[libs/gl.git] / source / core / vector.h
diff --git a/source/core/vector.h b/source/core/vector.h
new file mode 100644 (file)
index 0000000..5a4ffb6
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef MSP_GL_VECTOR_H_
+#define MSP_GL_VECTOR_H_
+
+#include <msp/linal/vector.h>
+
+namespace Msp {
+namespace GL {
+
+typedef LinAl::Vector<float, 3> Vector3;
+typedef LinAl::Vector<float, 4> Vector4;
+
+} // namespace GL
+} // namespace Msp
+
+#endif