Start working on a bonusblock drop procedure for when buttjump is used to open
[supertux.git] / src / object / bonus_block.hpp
index 4e3be52..5c4590c 100644 (file)
@@ -29,6 +29,7 @@ public:
   HitResponse collision(GameObject& other, const CollisionHit& hit);
 
   void try_open(Player *player);
+  void try_drop(Player *player);
 
   enum Contents {
     CONTENT_COIN,