summaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-03-01 19:37:00 +0000
committerMatt Turner <mattst88@gmail.com>2008-03-01 19:37:00 +0000
commita8921d2baf7fe632839ec4c1a6f55db9c78f1c1c (patch)
tree145b9cd15e2770bedfb274708885511969813b31 /text.h
parent8490c68f5d3fbb4d3e0030467dd785beca10c3f1 (diff)
Move frames per second stuff into separate files
git-svn-id: svn://mattst88.com/svn/glpong/trunk@14 449aeecc-241a-0410-943f-e2f883e2d7a2
Diffstat (limited to 'text.h')
-rw-r--r--text.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/text.h b/text.h
index dfc3458..456fb8b 100644
--- a/text.h
+++ b/text.h
@@ -1,8 +1,6 @@
#ifndef TEXT_H
#define TEXT_H
-#include <GL/glc.h>
-
int GLPong_TextInit();
void GLPong_TextDeinit();
void GLPong_TextDrawFPS(GLfloat fps);