From c1a0768e55604687e82243bf64acd88d97a37ba0 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 7 Dec 2023 01:16:11 +0100 Subject: Consolidate mathematical functions into single file and add more --- src/Math/Vector.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Math/Vector.hpp') diff --git a/src/Math/Vector.hpp b/src/Math/Vector.hpp index a31afec..4506f0b 100644 --- a/src/Math/Vector.hpp +++ b/src/Math/Vector.hpp @@ -1,8 +1,9 @@ #pragma once -#include "../Common/Sizes.hpp" #include #include +#include "../Common/Sizes.hpp" +#include "Functions.hpp" template struct Vector { -- cgit 1.4.1