This commit is contained in:
Jorijn van der Graaf 2025-05-05 02:01:44 +02:00
commit d0a8b12c1a
22 changed files with 1329 additions and 0 deletions

5
Crafter.Math.cppm Normal file
View file

@ -0,0 +1,5 @@
export module Crafter.Math;
export import :BasicTypes;
export import :Vector;
export import :Matrix;
export import :Misc;