1 2 3 4 5 6 7 8 9
#ifndef TEXT_H #define TEXT_H int GLPong_TextInit(void); void GLPong_TextDeinit(void); void GLPong_TextDrawFPS(GLfloat fps); #endif