From aa872f4f35890027e65c930cc9cc603b5db22906 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Sat, 22 Jan 2022 07:39:54 +0100 Subject: Weapons: amazing job adding another weapon salade ! outstanding --- src/wp_enemyslingshot.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wp_enemyslingshot.hpp') diff --git a/src/wp_enemyslingshot.hpp b/src/wp_enemyslingshot.hpp index bcaec09..92fff7f 100644 --- a/src/wp_enemyslingshot.hpp +++ b/src/wp_enemyslingshot.hpp @@ -17,6 +17,7 @@ class wp_enemysling : public AWeapon { ~wp_enemysling(); int bang(std::vector* enemies, Entity* player); + Projectile const& getProjectile() const; }; #endif -- cgit v1.2.3