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