X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fgraphics%2Fgraphics.h;h=6c58ef71c44a973e9cacca2ca3e899792c46222d;hb=389bf8fdd7e1b8f4fe21e5a9fdb477d40d03d829;hp=1f2376008daf3ba8e14b04e1bee46629b62f28b6;hpb=3d1f081343dc603a3292538eeb9bd794b255deb6;p=physics.git diff --git a/src/graphics/graphics.h b/src/graphics/graphics.h index 1f23760..6c58ef7 100644 --- a/src/graphics/graphics.h +++ b/src/graphics/graphics.h @@ -18,7 +18,10 @@ #ifndef GRAPHICS_H #define GRAPHICS_H -#include "Vector2.h" +#include +using namespace bear; + +#include /// ***** Header Methods ***** @@ -29,6 +32,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