Short Fuse: Make badguy shootable with the fireflower.
[supertux.git] / src / badguy / short_fuse.hpp
index e6d497b..4c90fb6 100644 (file)
@@ -29,6 +29,7 @@ public:
 protected:
   HitResponse collision_player (Player& player, const CollisionHit& hit);
   bool collision_squished (GameObject& object);
+  void kill_fall (void);
   void explode (void);
 };