diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-07 00:33:33 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-07 00:33:44 +0100 |
commit | 43852f3019c02645e625946fe8c237070eef6a2f (patch) | |
tree | e78b3423e6cda8e8d9dd3a5ef23e15184571978e /src/wp_shotty.hpp | |
parent | almost there (diff) | |
download | threshold-43852f3019c02645e625946fe8c237070eef6a2f.tar.gz threshold-43852f3019c02645e625946fe8c237070eef6a2f.tar.bz2 threshold-43852f3019c02645e625946fe8c237070eef6a2f.tar.xz threshold-43852f3019c02645e625946fe8c237070eef6a2f.tar.zst threshold-43852f3019c02645e625946fe8c237070eef6a2f.zip |
weapons ready to be implemented. release v0.0.5
Diffstat (limited to 'src/wp_shotty.hpp')
-rw-r--r-- | src/wp_shotty.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp_shotty.hpp b/src/wp_shotty.hpp index bbeb112..8e91be5 100644 --- a/src/wp_shotty.hpp +++ b/src/wp_shotty.hpp @@ -16,7 +16,7 @@ class wp_shotty : public AWeapon { wp_shotty(float const &rg, unsigned int const &dmg, unsigned int const & mag, const char *s, const char *r); ~wp_shotty(); - int bang(std::vector<Entity> * enemies, Vector2 playerDirection, Vector2 playerPosition) ; + int bang(std::vector<Entity> * enemies, Vector2 playerDirection, Vector2 playerPosition, int * victims) ; }; |