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