X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fgraphics%2Fgraphics.h;h=07b317a6c6d9693e126dd5e10292c1fa370001d1;hb=617dcc71d9a71663f63fb56ffac2505b45bf91b9;hp=df3b5c23e45b585a6b145a50ca81c7f6c6f878f9;hpb=44b079f8ee4a8f4a751a3a4e12b2a15a831786a4;p=physics.git diff --git a/src/graphics/graphics.h b/src/graphics/graphics.h index df3b5c2..07b317a 100644 --- a/src/graphics/graphics.h +++ b/src/graphics/graphics.h @@ -4,9 +4,10 @@ #include "../Vector2.h" /// ***** Header Methods ***** + void graphicsInit(); -void graphicsCleanUp(); +void graphicsClean(); -void glDrawCircle(float radius, const Vector2*, const float* color = 0); +void glDrawCircle(float radius, const Vector2&, const float* color = 0); #endif // GRAPHICS_H