Powerup: Iceflower improvements
[supertux.git] / src / badguy / walkingleaf.hpp
index 88d1d71..ef7e0c2 100644 (file)
@@ -28,6 +28,8 @@ public:
   WalkingLeaf(const Reader& reader);
   WalkingLeaf(const Vector& pos, Direction d);
 
+  bool is_freezable() const;
+
 protected:
   bool collision_squished(GameObject& object);