diff options
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 |