summaryrefslogtreecommitdiff
path: root/fps.h
blob: 48c8a84e4bbf12903abc601b8bb9ebdfde6e7c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef FPS_H
#define FPS_H

#include "SDL.h"
#include "SDL_opengl.h"

void GLPong_FPSInit(void);
GLfloat GLPong_FPSCount(void);

#endif