summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2006-08-06 03:16:23 +0000
committerMatt Turner <mattst88@gmail.com>2006-08-06 03:16:23 +0000
commitfaa75e3a202b773d5f90cd99bc076ca9635440bf (patch)
tree0ba15720052a252def174c75e912501bd7862909 /glpong3d.h
parentcfb3a61dc358ee8d82294fd28e4090e10252431c (diff)
Added Text rendering support via QuesoGLC (http://quesoglc.sourceforge.net/index.html).
git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@11 4dd1920e-271a-0410-bca0-81b404a81564
Diffstat (limited to 'glpong3d.h')
-rw-r--r--glpong3d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glpong3d.h b/glpong3d.h
index dad9526..a248b7c 100644
--- a/glpong3d.h
+++ b/glpong3d.h
@@ -33,5 +33,7 @@ void GLPong_Move();
GLuint SDL_GL_SurfaceToTexture(SDL_Surface * surface);
__inline__ unsigned int NextPow2(unsigned int value);
+void glEnable2D();
+void glDisable2D();
#endif