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