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/Rotation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Math/Rotation.hpp') diff --git a/src/Math/Rotation.hpp b/src/Math/Rotation.hpp index d5bc023..d12ac29 100644 --- a/src/Math/Rotation.hpp +++ b/src/Math/Rotation.hpp @@ -1,7 +1,7 @@ #pragma once #include -#include "Trig.hpp" +#include "Functions.hpp" #include "Vector.hpp" struct Rotation { -- cgit 1.4.1