Cleanup and adjustments for vector types

This commit is contained in:
Wojtek Figat
2022-05-16 23:52:38 +02:00
parent 778e4e0ea7
commit 4a2e8d0a69
11 changed files with 144 additions and 311 deletions

View File

@@ -2,8 +2,8 @@
#pragma once
#include <math.h>
#include "Engine/Core/Types/BaseTypes.h"
#include <math.h>
namespace Math
{