From f646069ca3baab4021e85de2ba19ce5f57e204fd Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 15 Dec 2022 17:16:06 +0100 Subject: bullet sync fix --- include/bullets.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/bullets.h') diff --git a/include/bullets.h b/include/bullets.h index be3f466..1828f38 100644 --- a/include/bullets.h +++ b/include/bullets.h @@ -20,6 +20,7 @@ typedef struct t_bullet { bullet bullets[500] = {0}; int max_bullets = 500; +void clear_bullets(); void shoot(platform_window* window, u32 id, float dirx, float diry); void draw_bullets(platform_window* window); -- cgit v1.2.3-70-g09d2