aboutsummaryrefslogtreecommitdiffstats
path: root/include/glm/vec4.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-05-10 18:16:34 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-05-10 18:16:34 -0400
commita9abee3d7b57a094358ffbb460799d70fed7ef8b (patch)
tree4c1b8b501b2006df8abec25b48c4f007443582f8 /include/glm/vec4.hpp
parent444e256efe52274caf464e941cd76abc9ccf1d61 (diff)
windows build
Diffstat (limited to 'include/glm/vec4.hpp')
-rw-r--r--include/glm/vec4.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/glm/vec4.hpp b/include/glm/vec4.hpp
new file mode 100644
index 0000000..ad66f5e
--- /dev/null
+++ b/include/glm/vec4.hpp
@@ -0,0 +1,6 @@
+/// @ref core
+/// @file glm/vec4.hpp
+
+#pragma once
+
+#include "detail/type_vec4.hpp"