dispenser can drop PoisonIvy
[supertux.git] / src / badguy / nolok_01.h
index b35ca36..f02c754 100644 (file)
@@ -7,12 +7,13 @@
 class Nolok_01 : public BadGuy
 {
 public:
-  Nolok_01(LispReader& reader);
+  Nolok_01(const lisp::Lisp& reader);
   Nolok_01(float pos_x, float pos_y);
 
   void activate();
-  void write(LispWriter& writer);
+  void write(lisp::Writer& writer);
   void active_action(float elapsed_time);
+  void kill_fall();
   HitResponse collision_solid(GameObject& other, const CollisionHit& hit);
   
 protected: