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