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