diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 17:16:06 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 17:16:06 +0100 |
| commit | f646069ca3baab4021e85de2ba19ce5f57e204fd (patch) | |
| tree | 69fc58df107d5c6d5af276a511db05104193bf01 /include/bullets.h | |
| parent | 66b82a20506b53ce8dc5dde8e6ea0979a22610f0 (diff) | |
bullet sync fix
Diffstat (limited to 'include/bullets.h')
| -rw-r--r-- | include/bullets.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
