summaryrefslogtreecommitdiff
path: root/ball.h
blob: 6ce1deb1cad47dbe478da5011189c89f722506a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef BALL_H
#define BALL_H

#include "SDL.h"
#include "SDL_opengl.h"

#include "glpong3d.h"

void GLPong_BallDraw(const Ball_t * ball);

#endif