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