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

10 lines
233 B
C++

/// @ref core
/// @file glm/mat2x2.hpp
#pragma once
#include "./ext/matrix_double2x2.hpp"
#include "./ext/matrix_double2x2_precision.hpp"
#include "./ext/matrix_float2x2.hpp"
#include "./ext/matrix_float2x2_precision.hpp"