changes for nix

This commit is contained in:
2026-04-13 08:31:17 -04:00
parent f2b113351c
commit a6d1ffc765
1675 changed files with 94 additions and 220993 deletions

9
include/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"