X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FPolygon.h;h=b8c8493c312dfafdfee191b7f655f3b722c106db;hb=4a76d2e2cf7874e54a4e6688ebf1fa8ca59ce8c1;hp=d775352f064c3f6114c8f0ab47bf7d3bad77ed56;hpb=e68f847b245153427266841ae724d602ca434c29;p=physics.git diff --git a/src/Entities/Polygon.h b/src/Entities/Polygon.h index d775352..b8c8493 100644 --- a/src/Entities/Polygon.h +++ b/src/Entities/Polygon.h @@ -19,7 +19,7 @@ #define POLYGON_H #include "PhysicsEntity.h" -#include "../Vector2.h" +#include "Vector2.h" #include using std::vector; @@ -30,7 +30,7 @@ using std::vector; class Polygon: public PhysicsEntity { public: - Polygon(const Vector2&, vector); + Polygon(const vector&); virtual ~Polygon(); virtual void draw() const;