create lisp code on the fly (still no enemies showing up in editor, no idea why....
[supertux.git] / src / badguy / flame.h
index b27e1f0..6a82a5a 100644 (file)
@@ -6,9 +6,9 @@
 class Flame : public BadGuy
 {
 public:
-  Flame(LispReader& reader);
+  Flame(const lisp::Lisp& reader);
 
-  void write(LispWriter& write);
+  void write(lisp::Writer& write);
   void active_action(float elapsed_time);
   void kill_fall();