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/Common.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Math/Common.hpp') diff --git a/src/Math/Common.hpp b/src/Math/Common.hpp index cf5a2c7..6e4d8f3 100644 --- a/src/Math/Common.hpp +++ b/src/Math/Common.hpp @@ -2,8 +2,8 @@ #include "../Common/Sizes.hpp" +#include "Functions.hpp" #include "Vector.hpp" #include "Matrix.hpp" #include "Rotation.hpp" -#include "Trig.hpp" -#include "Constants.hpp" \ No newline at end of file +#include "Constants.hpp" -- cgit 1.4.1