summaryrefslogtreecommitdiff
path: root/fps.h
diff options
context:
space:
mode:
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
+