summaryrefslogtreecommitdiff
path: root/ball.h
diff options
context:
space:
mode:
Diffstat (limited to 'ball.h')
-rw-r--r--ball.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ball.h b/ball.h
index 2ff0221..d15e8de 100644
--- a/ball.h
+++ b/ball.h
@@ -16,7 +16,6 @@ typedef struct Ball_t {
void GLPong_BallInit(void);
void GLPong_BallDeinit(void);
void GLPong_BallAdd(Ball_t ** balls);
-void GLPong_BallDelete(Ball_t * from, Ball_t * ball);
void GLPong_BallDeleteAll(Ball_t * list);
int GLPong_BallCollide(const Ball_t * a, const Ball_t * b);
void GLPong_BallMoveAll(Ball_t ** balls);