namespace improvement

This commit is contained in:
Pascal Serrarens 2024-05-10 18:19:10 +02:00
parent 9bea94f21c
commit 791bd78e29

View File

@ -114,6 +114,8 @@ public:
static Polar Rotate(Polar v, Angle angle); static Polar Rotate(Polar v, Angle angle);
}; };
} // namespace Passer } // namespace Passer
using namespace Passer;
#include "Spherical.h" #include "Spherical.h"
#include "Vector2.h" #include "Vector2.h"