df3b5c23e45b585a6b145a50ca81c7f6c6f878f9
[physics.git] / src / graphics / graphics.h
1 #ifndef GRAPHICS_H
2 #define GRAPHICS_H
3
4 #include "../Vector2.h"
5
6 /// ***** Header Methods *****
7 void graphicsInit();
8 void graphicsCleanUp();
9
10 void glDrawCircle(float radius, const Vector2*, const float* color = 0);
11
12 #endif // GRAPHICS_H