summaryrefslogtreecommitdiffhomepage
path: root/src/bullet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bullet.h')
-rw-r--r--src/bullet.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bullet.h b/src/bullet.h
index 3438291..e335d7d 100644
--- a/src/bullet.h
+++ b/src/bullet.h
@@ -47,3 +47,11 @@ get_enemy_bullet_world(void);
rodeo_collision_2d_world_t *
get_player_bullet_world(void);
+
+void
+bullet_destroy(
+ cvec_bullet_t_value* bullet
+);
+
+void
+detect_bullet_wall_collisions(void);