diff --git a/Engine/Source/Runtime/Core/public/Math/Include.h b/Engine/Source/Runtime/Core/public/Math/Include.h index 9c540df..d849d3e 100644 --- a/Engine/Source/Runtime/Core/public/Math/Include.h +++ b/Engine/Source/Runtime/Core/public/Math/Include.h @@ -17,6 +17,9 @@ #include "Core/public/Math/IntVector3.hpp" #include "Core/public/Math/IntVector4.hpp" +#include "Core/public/Math/Point.hpp" +#include "Core/public/Math/IntPoint.hpp" + // --- Matrices ------------------------ @@ -24,6 +27,11 @@ #include "Core/public/Math/Matrix3.hpp" #include "Core/public/Math/Matrix4.hpp" +// --- Other Math ---------------------- + +#include "Core/public/Math/Plane.hpp" +#include "Core/public/Math/Line.hpp" + // --- Misc -----------------