aboutsummaryrefslogtreecommitdiff
path: root/src/bullets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bullets.h')
-rw-r--r--src/bullets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bullets.h b/src/bullets.h
index eb6c15c..fea7961 100644
--- a/src/bullets.h
+++ b/src/bullets.h
@@ -26,4 +26,7 @@ Bullet createBulletFromEntity(Entity entity, float damage);
// Shoot this fucker.
BulletHitInfo shootBullet(World * world, Bullet bullet);
+// Shott this fucker but only at one entity.
+BulletHitInfo shootBulletAtEntity(Entity * entity, Bullet bullet);
+
#endif