aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/glm/mat4x4.hpp
blob: a625ad3cb13d5f4f1bbfc059add51210b5eb3760 (plain)
1
2
3
4
5
6
7
8
9
/// @ref core
/// @file glm/mat4x4.hpp

#pragma once
#include "./ext/matrix_double4x4.hpp"
#include "./ext/matrix_double4x4_precision.hpp"
#include "./ext/matrix_float4x4.hpp"
#include "./ext/matrix_float4x4_precision.hpp"