diff options
Diffstat (limited to 'fps.h')
-rw-r--r-- | fps.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#ifndef FPS_H +#define FPS_H + +#include "SDL.h" +#include "SDL_opengl.h" + +void GLPong_FPSInit(void); +GLfloat GLPong_FPSCount(void); + +#endif + |