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