input system setup, debug header started
[physics.git] / src / graphics.h
1 #ifndef GRAPHICS_H
2 #define GRAPHICS_H
3
4 /// ***** Header Methods *****
5 void graphicsInit();
6 void graphicsCleanUp();
7
8 void glDrawCircle(float radius, float x, float y, const float* color = 0);
9
10 #endif // GRAPHICS_H