Creation of physics project
[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
8void glDrawCircle();
9
10#endif // GRAPHICS_H