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

8
libs/glm/mat3x3.hpp Normal file
View File

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