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