summaryrefslogtreecommitdiff
path: root/ball.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-06-06 19:57:22 +0000
committerMatt Turner <mattst88@gmail.com>2008-06-06 19:57:22 +0000
commit808faafc08b70b4b655499a9505a2ed06f1c4789 (patch)
treeaedd724c913be0dd274ad096d76ef416baedff9d /ball.h
parent1f714742e2dc53445f9979980e4b2e74c5bdcf8f (diff)
whitespace fixes, 'd' deletes last ball createdHEADmaster
git-svn-id: svn://mattst88.com/svn/glpong/trunk@18 449aeecc-241a-0410-943f-e2f883e2d7a2
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);