massive cleaning of file section headers
[physics.git] / src / graphics / graphics.h
index df3b5c2..07b317a 100644 (file)
@@ -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