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 c2be172..8297d73 100644
--- a/src/ball.h
+++ b/src/ball.h
@@ -13,5 +13,6 @@ struct ball {
};
struct ball *new_ball(int x, int y);
+void draw_ball(struct ball *b);
#endif