aboutsummaryrefslogtreecommitdiff
path: root/src/bullets.h
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-07-30 23:51:37 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-07-30 23:51:37 -0600
commitfc6e0037a2f0769fdbd4c18bd96f49d55f630757 (patch)
tree79f6561d192c3e6e5887422c6b31beac35eab046 /src/bullets.h
parentf6dc479873edc98704dcf1ffb116ba5da03805b2 (diff)
Started caporale circling thingy
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