X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FEntities%2FPolygon.cpp;h=4b3826e68f06b014feaf0c08bb6ff895e004ea5d;hb=88085362ef3590bdbae3fb4bf25796c84582cc73;hp=06955c30670a59093cc36ed2b18a104c2f0d44a7;hpb=9d6dea5f1cfd43cfa136241b352830371acfdc88;p=physics.git diff --git a/src/Entities/Polygon.cpp b/src/Entities/Polygon.cpp index 06955c3..4b3826e 100644 --- a/src/Entities/Polygon.cpp +++ b/src/Entities/Polygon.cpp @@ -16,9 +16,10 @@ */ #include "Polygon.h" -#include "debug.h" -#include "Vector2.h" +#include +#include +using namespace bear; #include "graphics/graphics.h"