Powerup: Iceflower improvements
[supertux.git] / src / badguy / mole.hpp
index a6e62c4..cca93cd 100644 (file)
@@ -32,6 +32,8 @@ public:
   void activate();
   void active_update(float);
 
+  bool is_freezable() const;
+
 private:
   enum MoleState {
     PRE_THROWING,