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

void GLPong_FPSInit();
INLINE GLfloat GLPong_FPSCount();

#endif