summaryrefslogtreecommitdiff
path: root/fps.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-05-14 16:26:15 +0000
committerMatt Turner <mattst88@gmail.com>2008-05-14 16:26:15 +0000
commit15e2da75f4a8550b445a4ba8cb3d21c20beb007f (patch)
tree7e2708a75653b85e468523c08629f870f174b07e /fps.h
parenta8921d2baf7fe632839ec4c1a6f55db9c78f1c1c (diff)
Make quesoglc work. Still need to sort out why GLC_TRIANGLE works but GLC_TEXTURE doesn't.
git-svn-id: svn://mattst88.com/svn/glpong/trunk@15 449aeecc-241a-0410-943f-e2f883e2d7a2
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