summaryrefslogtreecommitdiff
path: root/fps.h
diff options
context:
space:
mode:
Diffstat (limited to 'fps.h')
-rw-r--r--fps.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fps.h b/fps.h
index 4b965b9..ef16ed8 100644
--- a/fps.h
+++ b/fps.h
@@ -2,8 +2,7 @@
#define FPS_H
void GLPong_FPSInit();
-void GLPong_FPSCount();
-void GLPong_FPSPrint();
+INLINE GLfloat GLPong_FPSCount();
#endif