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

10 lines
233 B
C++

/// @ref core
/// @file glm/mat2x4.hpp
#pragma once
#include "./ext/matrix_double2x4.hpp"
#include "./ext/matrix_double2x4_precision.hpp"
#include "./ext/matrix_float2x4.hpp"
#include "./ext/matrix_float2x4_precision.hpp"