Use svnversion program rather than finding the svn package to get revision number
[supertux.git] / src / badguy / jumpy.hpp
index 494559b..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:
@@ -42,4 +45,3 @@ private:
 };
 
 #endif
-