X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fgraphics%2Fgraphics.h;h=94a2d5c6768e9d2fe602fddfd2dbf184eb81a535;hb=f32a9b7c8eab3536ad354f85ee65c41d5b5da006;hp=0dc2f8b62a480b715cf991427c4b1ee04e367e5d;hpb=e68f847b245153427266841ae724d602ca434c29;p=physics.git diff --git a/src/graphics/graphics.h b/src/graphics/graphics.h index 0dc2f8b..94a2d5c 100644 --- a/src/graphics/graphics.h +++ b/src/graphics/graphics.h @@ -18,7 +18,9 @@ #ifndef GRAPHICS_H #define GRAPHICS_H -#include "../Vector2.h" +#include + +#include /// ***** Header Methods ***** @@ -29,6 +31,7 @@ namespace graphics void clean(); void drawCircle(float radius, const Vector2&, const float* color = 0); + void drawPolygon(const std::vector& points, const float* color = 0); } #endif // GRAPHICS_H