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