diff options
Diffstat (limited to 'src/bullet.h')
| -rw-r--r-- | src/bullet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bullet.h b/src/bullet.h index 7bb8d6c..027dd0c 100644 --- a/src/bullet.h +++ b/src/bullet.h @@ -27,6 +27,9 @@ deinit_bullets(void); deinit_bullets() \ ) +void +reset_bullets(void); + bullet_t * spawn_bullet( float x, |
