summaryrefslogtreecommitdiff
path: root/fps.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2010-01-21 15:38:03 -0500
committerMatt Turner <mattst88@gmail.com>2011-04-04 17:14:35 -0400
commitce7f4caaf9fa41e383efbc4854106558b3ff0e19 (patch)
tree67fa037c36f5470e7d2a57a722cec778f9b55bae /fps.h
parentbf6f824b24b18197eabb7737f8bac8cc8a4baa8c (diff)
Rework GLPong_Init and text init.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'fps.h')
-rw-r--r--fps.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/fps.h b/fps.h
new file mode 100644
index 0000000..48c8a84
--- /dev/null
+++ b/fps.h
@@ -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
+