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

#include "glpong.h"

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

#endif