graphics moved to folder, Make flags updated
[physics.git] / src / graphics / graphics.h
similarity index 58%
rename from src/graphics.h
rename to src/graphics/graphics.h
index 43505a6..df3b5c2 100644 (file)
@@ -1,10 +1,12 @@
 #ifndef GRAPHICS_H
 #define GRAPHICS_H
 
+#include "../Vector2.h"
+
 /// ***** Header Methods *****
 void graphicsInit();
 void graphicsCleanUp();
 
-void glDrawCircle(float radius, float x, float y, const float* color = 0);
+void glDrawCircle(float radius, const Vector2*, const float* color = 0);
 
 #endif // GRAPHICS_H