From 43852f3019c02645e625946fe8c237070eef6a2f Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Fri, 7 Jan 2022 00:33:33 +0100 Subject: weapons ready to be implemented. release v0.0.5 --- src/wp_shotty.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wp_shotty.hpp') 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 * enemies, Vector2 playerDirection, Vector2 playerPosition) ; + int bang(std::vector * enemies, Vector2 playerDirection, Vector2 playerPosition, int * victims) ; }; -- cgit v1.2.3