From 278bdb59ef744dd51ada14c99de22fcb41c1abea Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 5 Nov 2023 13:55:55 +0100 Subject: bullet cone object collision --- include/bullets.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3-70-g09d2