diff options
Diffstat (limited to 'external/include/glm/matrix.hpp')
-rw-r--r-- | external/include/glm/matrix.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/external/include/glm/matrix.hpp b/external/include/glm/matrix.hpp new file mode 100644 index 0000000..736dd49 --- /dev/null +++ b/external/include/glm/matrix.hpp @@ -0,0 +1,6 @@ +/// @ref core +/// @file glm/matrix.hpp + +#pragma once + +#include "detail/func_matrix.hpp" |