diff options
Diffstat (limited to 'src/wp_shotty.hpp')
-rw-r--r-- | src/wp_shotty.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wp_shotty.hpp b/src/wp_shotty.hpp index c7d4074..a9383cc 100644 --- a/src/wp_shotty.hpp +++ b/src/wp_shotty.hpp @@ -17,6 +17,7 @@ class wp_shotty : public AWeapon { ~wp_shotty(); int bang(std::vector<Entity>* enemies, Entity* player); + Projectile const& getProjectile() const; }; #endif |