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