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