From ce7f4caaf9fa41e383efbc4854106558b3ff0e19 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 21 Jan 2010 15:38:03 -0500 Subject: Rework GLPong_Init and text init. Signed-off-by: Matt Turner --- fps.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fps.h (limited to 'fps.h') 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 + -- cgit v1.2.3