From fc6e0037a2f0769fdbd4c18bd96f49d55f630757 Mon Sep 17 00:00:00 2001
From: nathansmithsmith <nathansmith7@mailfence.com>
Date: Sun, 30 Jul 2023 23:51:37 -0600
Subject: Started caporale circling thingy

---
 src/bullets.h | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'src/bullets.h')

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
-- 
cgit v1.2.3