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 8cb8e6b..45058bc 100644
--- a/src/ball.h
+++ b/src/ball.h
@@ -30,5 +30,6 @@ void db_balls_collisions(struct db_ball *ball_head);
int db_balls_player_collisions(struct db_ball *ball_head,
int player_x, int player_y, int player_r)
__attribute__((__pure__));
+void db_balls_render(struct db_ball *ball, SDL_Renderer *renderer);
#endif /* DB_BALL_H_ */