diff options
Diffstat (limited to 'Project/glm/mat3x4.hpp')
-rw-r--r-- | Project/glm/mat3x4.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Project/glm/mat3x4.hpp b/Project/glm/mat3x4.hpp new file mode 100644 index 0000000..6342bf5 --- /dev/null +++ b/Project/glm/mat3x4.hpp @@ -0,0 +1,8 @@ +/// @ref core +/// @file glm/mat3x4.hpp + +#pragma once +#include "./ext/matrix_double3x4.hpp" +#include "./ext/matrix_double3x4_precision.hpp" +#include "./ext/matrix_float3x4.hpp" +#include "./ext/matrix_float3x4_precision.hpp" |