c3d5276a782c63572907978a8af86fad8132c769
[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