made a ball move
[physics.git] / src / graphics / graphics.h
index df3b5c2..b42617c 100644 (file)
@@ -7,6 +7,6 @@
 void graphicsInit();
 void graphicsCleanUp();
 
-void glDrawCircle(float radius, const Vector2*, const float* color = 0);
+void glDrawCircle(float radius, const Vector2&, const float* color = 0);
 
 #endif // GRAPHICS_H