summaryrefslogtreecommitdiff
path: root/text.h
blob: dfc3458e68398327fdc920e3e1b611622ecef84f (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TEXT_H
#define TEXT_H

#include <GL/glc.h>

int  GLPong_TextInit();
void GLPong_TextDeinit();
void GLPong_TextDrawFPS(GLfloat fps);

#endif