diff options
Diffstat (limited to 'Project/vendor/glm/mat2x2.hpp')
-rw-r--r-- | Project/vendor/glm/mat2x2.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Project/vendor/glm/mat2x2.hpp b/Project/vendor/glm/mat2x2.hpp deleted file mode 100644 index 96bec96..0000000 --- a/Project/vendor/glm/mat2x2.hpp +++ /dev/null @@ -1,9 +0,0 @@ -/// @ref core -/// @file glm/mat2x2.hpp - -#pragma once -#include "./ext/matrix_double2x2.hpp" -#include "./ext/matrix_double2x2_precision.hpp" -#include "./ext/matrix_float2x2.hpp" -#include "./ext/matrix_float2x2_precision.hpp" - |