diff options
Diffstat (limited to 'glpong3d.h')
-rw-r--r-- | glpong3d.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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); |