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/mat3x3.hpp
2018-10-17 16:00:26 +02:00

9 lines
231 B
C++

/// @ref core
/// @file glm/mat3x3.hpp
#pragma once
#include "./ext/matrix_double3x3.hpp"
#include "./ext/matrix_double3x3_precision.hpp"
#include "./ext/matrix_float3x3.hpp"
#include "./ext/matrix_float3x3_precision.hpp"