From 3d971c115ed620fd9d2337e51ff83d0ae407aa9c Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 10 May 2024 18:24:41 +0200 Subject: [PATCH] Improve namespace --- Vector2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vector2.h b/Vector2.h index 5986451..c95f0d5 100644 --- a/Vector2.h +++ b/Vector2.h @@ -244,4 +244,6 @@ public: static Vector2 Lerp(Vector2 from, Vector2 to, float f); }; } // namespace Passer +using namespace Passer; + #endif \ No newline at end of file