Renamed MenuManager::current() to MenuManager::current_menu()
[supertux.git] / src / badguy / snail.hpp
index 40181b9..cd62a1e 100644 (file)
@@ -36,6 +36,8 @@ public:
 
   void active_update(float elapsed_time);
 
+  bool is_freezable() const;
+
 protected:
   bool collision_squished(GameObject& object);
   void be_normal(); /**< switch to state STATE_NORMAL */