Make Tux run automatically. As before, if he is carrying something Tux
[supertux.git] / src / object / block.hpp
index 462e8ff..c1f78b9 100644 (file)
@@ -41,9 +41,12 @@ protected:
 
   virtual void hit(Player& player) = 0;
   void start_bounce();
+  void start_break();
+  void break_me();
 
   Sprite* sprite;
   bool bouncing;
+  bool breaking;
   float bounce_dir;
   float bounce_offset;
   float original_y;
@@ -94,4 +97,3 @@ private:
 };
 
 #endif
-