added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Entities / Ball.h
index 4e3219b..6b7c4c9 100644 (file)
 #ifndef BALL_H
 #define BALL_H
 
+#include <pg/Vector2.h>
+using namespace pg;
+
 #include "PhysicsEntity.h"
-#include "Vector2.h"
 
 
 /// ***** Header Class *****