changed src so the libpg headers are now used
[physics.git] / src / Entities / Polygon.h
index 5f3781d..6b115fc 100644 (file)
@@ -18,8 +18,9 @@
 #ifndef POLYGON_H
 #define POLYGON_H
 
+#include <pg/Vector2.h>
+
 #include "PhysicsEntity.h"
-#include "Vector2.h"
 
 #include <vector>
 using std::vector;