diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-07-30 23:51:37 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-07-30 23:51:37 -0600 |
commit | fc6e0037a2f0769fdbd4c18bd96f49d55f630757 (patch) | |
tree | 79f6561d192c3e6e5887422c6b31beac35eab046 /src/bullets.h | |
parent | f6dc479873edc98704dcf1ffb116ba5da03805b2 (diff) |
Started caporale circling thingy
Diffstat (limited to 'src/bullets.h')
-rw-r--r-- | src/bullets.h | 3 |
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 |