summaryrefslogtreecommitdiffhomepage
path: root/src/bullet.h
diff options
context:
space:
mode:
authorarngo <[email protected]>2023-05-30 23:31:01 -0400
committerarngo <[email protected]>2023-05-30 23:31:01 -0400
commit8ff42715e5971f0257c70a639af0106b0199c7c6 (patch)
tree800684fcc1ab26416622f308b35f724f57159677 /src/bullet.h
parent5d1931537edb60b48538b714944eca7ce5db2739 (diff)
downloadTOJam2023-8ff42715e5971f0257c70a639af0106b0199c7c6.tar.gz
TOJam2023-8ff42715e5971f0257c70a639af0106b0199c7c6.zip
implement menu system
Diffstat (limited to 'src/bullet.h')
-rw-r--r--src/bullet.h3
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,