#ifndef FPS_H #define FPS_H #include "glpong.h" void GLPong_FPSInit(void); INLINE GLfloat GLPong_FPSCount(void); #endif