Refactor in C++

This commit is contained in:
Phireh 2023-10-15 18:28:20 +02:00
commit abdd19f5e5
445 changed files with 68766 additions and 36566 deletions

9
include/glm/mat4x2.hpp Normal file
View file

@ -0,0 +1,9 @@
/// @ref core
/// @file glm/mat4x2.hpp
#pragma once
#include "./ext/matrix_double4x2.hpp"
#include "./ext/matrix_double4x2_precision.hpp"
#include "./ext/matrix_float4x2.hpp"
#include "./ext/matrix_float4x2_precision.hpp"