From 52732d71e72b02ff45e25f44e414f87ec9ab7666 Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 29 Jun 2023 22:15:32 +0200 Subject: Pretty terrain generation --- src/Math/Common.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Math/Common.hpp') diff --git a/src/Math/Common.hpp b/src/Math/Common.hpp index 94840b1..1ea75f2 100644 --- a/src/Math/Common.hpp +++ b/src/Math/Common.hpp @@ -3,4 +3,5 @@ #include "Vector.hpp" #include "Matrix.hpp" #include "Rotation.hpp" -#include "Trig.hpp" \ No newline at end of file +#include "Trig.hpp" +#include "Constants.hpp" \ No newline at end of file -- cgit 1.4.1