*possible* fix for bugs #453 and #373
[supertux.git] / src / badguy / jumpy.hpp
index fa39085..b0f9e3e 100644 (file)
@@ -33,6 +33,9 @@ public:
   void write(lisp::Writer& writer);
   void active_update(float);
 
+  void freeze();
+  bool is_freezable() const;
+
   virtual Jumpy* clone() const { return new Jumpy(*this); }
 
 private: