summaryrefslogtreecommitdiff
path: root/include/bullets.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-11-05 13:55:55 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-11-05 13:55:55 +0100
commit278bdb59ef744dd51ada14c99de22fcb41c1abea (patch)
tree68dca7a895e5730b561be173af977edfa40bbc4f /include/bullets.h
parentdc81516d860885e7e6b75c4ad978a09a2efb705d (diff)
bullet cone object collision
Diffstat (limited to 'include/bullets.h')
-rw-r--r--include/bullets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bullets.h b/include/bullets.h
index 76cd01c..26e4c5f 100644
--- a/include/bullets.h
+++ b/include/bullets.h
@@ -24,5 +24,6 @@ int max_bullets = 500;
void clear_bullets();
void shoot(platform_window* window, u32 id, float dirx, float diry);
void draw_bullets(platform_window* window);
+object_type check_if_bullet_collided_with_object(bullet* b, platform_window* window);
#endif \ No newline at end of file