Fixed numerous issues that caused errors in clang
[supertux.git] / src / badguy / mrtree.hpp
index 8b78ab9..e57a931 100644 (file)
@@ -24,6 +24,8 @@ class MrTree : public WalkingBadguy
 public:
   MrTree(const Reader& reader);
 
+  bool is_freezable() const;
+
 protected:
   bool collision_squished(GameObject& object);