diff options
Diffstat (limited to '')
-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 a01891f..bbeb112 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() ; + int bang(std::vector<Entity> * enemies, Vector2 playerDirection, Vector2 playerPosition) ; }; |