#ifndef TEXT_H #define TEXT_H #include int GLPong_TextInit(); void GLPong_TextDeinit(); void GLPong_TextDrawFPS(GLfloat fps); #endif