From fdbfa8e36f85eee051fc562f1a8588970257a20f Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 6 Oct 2022 02:48:43 +0200 Subject: Rotating camera with mouse --- src/Math/Math.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Math/Math.hpp') diff --git a/src/Math/Math.hpp b/src/Math/Math.hpp index b8b61a1..94840b1 100644 --- a/src/Math/Math.hpp +++ b/src/Math/Math.hpp @@ -2,4 +2,5 @@ #include "Vector.hpp" #include "Matrix.hpp" -#include "Rotation.hpp" \ No newline at end of file +#include "Rotation.hpp" +#include "Trig.hpp" \ No newline at end of file -- cgit 1.4.1