summaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2010-01-21 15:38:03 -0500
committerMatt Turner <mattst88@gmail.com>2011-04-04 17:14:35 -0400
commitce7f4caaf9fa41e383efbc4854106558b3ff0e19 (patch)
tree67fa037c36f5470e7d2a57a722cec778f9b55bae /text.h
parentbf6f824b24b18197eabb7737f8bac8cc8a4baa8c (diff)
Rework GLPong_Init and text init.
Signed-off-by: Matt Turner <mattst88@gmail.com>
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
+