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