From 791bd78e2909065f2f7e3bd47dbf3fce14c4286a Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 10 May 2024 18:19:10 +0200 Subject: [PATCH] namespace improvement --- Polar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Polar.h b/Polar.h index c77bb05..36cadc9 100644 --- a/Polar.h +++ b/Polar.h @@ -114,6 +114,8 @@ public: static Polar Rotate(Polar v, Angle angle); }; } // namespace Passer +using namespace Passer; + #include "Spherical.h" #include "Vector2.h"