From aca1326e7e3cc4c06e29b92dca256673b46aa510 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 1 Oct 2022 16:59:29 +0200 Subject: Triangle --- src/Math/Math.hpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/Math/Math.hpp (limited to 'src/Math/Math.hpp') diff --git a/src/Math/Math.hpp b/src/Math/Math.hpp new file mode 100644 index 0000000..66ffd36 --- /dev/null +++ b/src/Math/Math.hpp @@ -0,0 +1,3 @@ +#pragma once + +#include "Vector.hpp" \ No newline at end of file -- cgit 1.4.1