1 2 3 4 5 6 7 8 9 10 11
#ifndef FPS_H #define FPS_H #include "SDL.h" #include "SDL_opengl.h" void GLPong_FPSInit(void); GLfloat GLPong_FPSCount(void); #endif