From 3b289a2f75b6e96735519a65d93b6babd1b1759f Mon Sep 17 00:00:00 2001 From: Mel Date: Sun, 2 Oct 2022 04:34:18 +0200 Subject: Expand Vector and Matrix classes --- 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 66ffd36..8204728 100644 --- a/src/Math/Math.hpp +++ b/src/Math/Math.hpp @@ -1,3 +1,4 @@ #pragma once -#include "Vector.hpp" \ No newline at end of file +#include "Vector.hpp" +#include "Matrix.hpp" \ No newline at end of file -- cgit 1.4.1