X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Fgraphics%2Fgraphics.h;h=aa87e1bfa809700edbc2d633f3f27fc9af03315b;hp=1f2376008daf3ba8e14b04e1bee46629b62f28b6;hb=4a76d2e2cf7874e54a4e6688ebf1fa8ca59ce8c1;hpb=002fd13cf3966163e9a7b48ae43f4812661e1cc1 diff --git a/src/graphics/graphics.h b/src/graphics/graphics.h index 1f23760..aa87e1b 100644 --- a/src/graphics/graphics.h +++ b/src/graphics/graphics.h @@ -19,6 +19,7 @@ #define GRAPHICS_H #include "Vector2.h" +#include /// ***** Header Methods ***** @@ -29,6 +30,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