summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
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