massive cleaning of file section headers
[physics.git] / src / graphics / graphics.h
CommitLineData
ad9f1fb6
PG
1#ifndef GRAPHICS_H
2#define GRAPHICS_H
3
44b079f8
PG
4#include "../Vector2.h"
5
ad9f1fb6 6/// ***** Header Methods *****
617dcc71 7
ad9f1fb6 8void graphicsInit();
617dcc71 9void graphicsClean();
ad9f1fb6 10
89ca62b2 11void glDrawCircle(float radius, const Vector2&, const float* color = 0);
ad9f1fb6
PG
12
13#endif // GRAPHICS_H