summaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'text.h')
-rw-r--r--text.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/text.h b/text.h
new file mode 100644
index 0000000..dfc3458
--- /dev/null
+++ b/text.h
@@ -0,0 +1,11 @@
+#ifndef TEXT_H
+#define TEXT_H
+
+#include <GL/glc.h>
+
+int GLPong_TextInit();
+void GLPong_TextDeinit();
+void GLPong_TextDrawFPS(GLfloat fps);
+
+#endif
+