summaryrefslogtreecommitdiff
path: root/ball.c
blob: 36f33e7c6e9e473118de15bc4e5f6d6d82c1d37e (plain)
1
2
3
4
5
6
#include "SDL.h"
#include "SDL_opengl.h"

#include "glpong3d.h"
#include "ball.h"
#include "paddle.h"