#ifndef BALL_H #define BALL_H #include "SDL.h" #include "SDL_opengl.h" #include "glpong3d.h" void GLPong_BallDraw(const Ball_t * ball); #endif