aboutsummaryrefslogtreecommitdiffstats
path: root/src/wp_enemyslingshot.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wp_enemyslingshot.hpp')
-rw-r--r--src/wp_enemyslingshot.hpp1
1 files changed, 1 insertions, 0 deletions
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<Entity>* enemies, Entity* player);
+ Projectile const& getProjectile() const;
};
#endif