create lisp code on the fly (still no enemies showing up in editor, no idea why....
[supertux.git] / src / badguy / jumpy.h
index eaeafa6..f65d5fc 100644 (file)
@@ -12,6 +12,7 @@ public:
   HitResponse collision_badguy(BadGuy& other, const CollisionHit& hit);
 
   void write(lisp::Writer& writer);
+  void active_action(float);
 
 private:
   HitResponse hit(const CollisionHit& hit);