diff options
| author | arngo <[email protected]> | 2023-05-26 16:58:37 -0400 |
|---|---|---|
| committer | arngo <[email protected]> | 2023-05-26 16:58:37 -0400 |
| commit | 16afc70b4e30668ae65b241c8502d9747f2a139e (patch) | |
| tree | 4c7ea6f84c7c2da80f3fb6af20acba793dc81e67 /src/player.h | |
| parent | 7d98c6dffaf9bc2cdd7c56f7ab2ea621fcb79562 (diff) | |
| download | TOJam2023-16afc70b4e30668ae65b241c8502d9747f2a139e.tar.gz TOJam2023-16afc70b4e30668ae65b241c8502d9747f2a139e.zip | |
merge
Diffstat (limited to 'src/player.h')
| -rw-r--r-- | src/player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index 808df7f..3418c6b 100644 --- a/src/player.h +++ b/src/player.h @@ -21,3 +21,6 @@ parse_player_input(void); void player_shoot(rodeo_collision_2d_world_t *bullet_collision_world); + +void +detect_player_enemy_collisions(void); |
