mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
![Leon Styhre](/assets/img/avatar_default.png)
git-subtree-dir: external/glm git-subtree-split: bf71a834948186f4097caa076cd2663c69a10e1e
9 lines
223 B
C++
9 lines
223 B
C++
/// @ref core
|
|
/// @file glm/mat3x4.hpp
|
|
|
|
#pragma once
|
|
#include "./ext/matrix_double3x4.hpp"
|
|
#include "./ext/matrix_double3x4_precision.hpp"
|
|
#include "./ext/matrix_float3x4.hpp"
|
|
#include "./ext/matrix_float3x4_precision.hpp"
|