X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fgraphics%2Fgraphics.h;h=6c58ef71c44a973e9cacca2ca3e899792c46222d;hb=389bf8fdd7e1b8f4fe21e5a9fdb477d40d03d829;hp=0dc2f8b62a480b715cf991427c4b1ee04e367e5d;hpb=e68f847b245153427266841ae724d602ca434c29;p=physics.git diff --git a/src/graphics/graphics.h b/src/graphics/graphics.h index 0dc2f8b..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