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