summaryrefslogtreecommitdiffstats
path: root/src/ball.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ball.h')
-rw-r--r--src/ball.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ball.h b/src/ball.h
index 6090c8e..7ba103f 100644
--- a/src/ball.h
+++ b/src/ball.h
@@ -14,6 +14,7 @@ struct ball {
struct ball *new_ball(int x, int y);
void free_ball(struct ball *b);
+void clear_ball(struct ball *b);
void update_ball(struct ball *b);
void draw_ball(struct ball *b);