16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-01 18:39:19 +02:00
Files
maszyna/ref/glm/glm/mat4x3.hpp
2018-10-17 16:00:26 +02:00

9 lines
231 B
C++

/// @ref core
/// @file glm/mat4x3.hpp
#pragma once
#include "./ext/matrix_double4x3.hpp"
#include "./ext/matrix_double4x3_precision.hpp"
#include "./ext/matrix_float4x3.hpp"
#include "./ext/matrix_float4x3_precision.hpp"