Addded property to Worldmap Spawnpoint to let Tux automatically start walking (or...
[supertux.git] / src / badguy / mriceblock.hpp
index 26546c4..93aba4e 100644 (file)
@@ -40,6 +40,8 @@ public:
 
   void grab(MovingObject& object, const Vector& pos, Direction dir);
   void ungrab(MovingObject& object, Direction dir);
+  bool is_portable() const;
+
   bool can_break();
 
   virtual MrIceBlock* clone() const { return new MrIceBlock(*this); }