added using namespace pg to relavent files ... will remove at some point
[physics.git] / src / Entities / Polygon.h
index 5f3781d..314a5ec 100644 (file)
 #ifndef POLYGON_H
 #define POLYGON_H
 
+#include <pg/Vector2.h>
+using namespace pg;
+
 #include "PhysicsEntity.h"
-#include "Vector2.h"
 
 #include <vector>
 using std::vector;