aboutsummaryrefslogtreecommitdiff
path: root/bullet.h
diff options
context:
space:
mode:
Diffstat (limited to 'bullet.h')
-rw-r--r--bullet.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/bullet.h b/bullet.h
index cd7a436..2c84840 100644
--- a/bullet.h
+++ b/bullet.h
@@ -12,4 +12,12 @@ int new_player_bullet(
int life
);
+int new_enemy_bullet(
+ struct World* world,
+ int x,
+ int y,
+ int vx,
+ int vy
+);
+
#endif