1
0
Fork 0
Univerxel/deps/glm/mat4x4.hpp

10 lines
224 B
C++
Raw Normal View History

2020-09-13 09:30:48 +00:00
/// @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"