This commit is contained in:
2024-09-26 13:18:33 +02:00
commit 8ce8b1e6f8
120 changed files with 55429 additions and 0 deletions

7
project/src/Maths.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include "Vector3.h"
#include "Vector4.h"
#include "Matrix.h"
#include "ColorRGB.h"
#include "MathHelpers.h"