added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Entities / Ball.cpp
index 517c67a..ecbb412 100644 (file)
  */
 
 #include "Ball.h"
-#include "debug.h"
 
-#include "Vector2.h"
+#include <pg/debug.h>
+#include <pg/Vector2.h>
+using namespace pg;
+
 #include "graphics/graphics.h"