input system setup, debug header started
[physics.git] / src / graphics.h
index c3d5276..43505a6 100644 (file)
@@ -5,6 +5,6 @@
 void graphicsInit();
 void graphicsCleanUp();
 
-void glDrawCircle();
+void glDrawCircle(float radius, float x, float y, const float* color = 0);
 
 #endif // GRAPHICS_H