Refactor in C++
This commit is contained in:
parent
8c4b7bff18
commit
abdd19f5e5
445 changed files with 68766 additions and 36566 deletions
9
include/glm/mat3x2.hpp
Normal file
9
include/glm/mat3x2.hpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/// @ref core
|
||||
/// @file glm/mat3x2.hpp
|
||||
|
||||
#pragma once
|
||||
#include "./ext/matrix_double3x2.hpp"
|
||||
#include "./ext/matrix_double3x2_precision.hpp"
|
||||
#include "./ext/matrix_float3x2.hpp"
|
||||
#include "./ext/matrix_float3x2_precision.hpp"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue