added libs

This commit is contained in:
2026-04-16 01:44:05 +02:00
parent 3fb766de7c
commit 71753ea29b
434 changed files with 68141 additions and 0 deletions

9
libs/glm/mat2x2.hpp Normal file
View File

@@ -0,0 +1,9 @@
/// @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"