summaryrefslogtreecommitdiffhomepage
path: root/src/bullet.h
diff options
context:
space:
mode:
authorarngo <[email protected]>2023-05-27 17:24:48 -0400
committerarngo <[email protected]>2023-05-27 17:24:48 -0400
commitf04473c97a6b95a798924b847086145cf5726012 (patch)
tree5f5aa83f522fd16c2a4e70a004e87a1268f8ca1f /src/bullet.h
parent3a52c0738c3616b6974f0c979086ee1ca215ae08 (diff)
downloadrodeo_sample_game-f04473c97a6b95a798924b847086145cf5726012.tar.gz
rodeo_sample_game-f04473c97a6b95a798924b847086145cf5726012.zip
bullet-wall collisions
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);