summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2010-01-21 14:57:49 -0500
committerMatt Turner <mattst88@gmail.com>2011-04-04 17:14:35 -0400
commit8be6ba5efd36c67b0486b313603bf3085c5f328a (patch)
treebc0e955a6b9bb66f1948fb23d41a3e6386b6d476 /glpong3d.h
parent965fdd704e97ce96bd1a0eaffa5f9c2546d86441 (diff)
Make functions static.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'glpong3d.h')
-rw-r--r--glpong3d.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/glpong3d.h b/glpong3d.h
index dafdee7..352ba0c 100644
--- a/glpong3d.h
+++ b/glpong3d.h
@@ -45,11 +45,6 @@ struct {
Sint8 done;
} GLPong;
-void GLPong_Init();
-void GLPong_HandleEvents();
-void GLPong_Draw();
-void GLPong_CleanUp();
-void GLPong_Move();
void GLPong_Collide(Ball_t * ball, const Paddle_t * paddle);
GLuint SDL_GL_SurfaceToTexture(SDL_Surface * surface);