From 0631fb666d2a28a6eb9b8d1578675699b41a5de6 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 4 Oct 2022 01:18:19 +0200 Subject: Cube Rendering --- 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 8204728..b8b61a1 100644 --- a/src/Math/Math.hpp +++ b/src/Math/Math.hpp @@ -1,4 +1,5 @@ #pragma once #include "Vector.hpp" -#include "Matrix.hpp" \ No newline at end of file +#include "Matrix.hpp" +#include "Rotation.hpp" \ No newline at end of file -- cgit 1.4.1