Make Badguy activation dependent of Player position, not currently-visible screen
[supertux.git] / src / badguy / dart.hpp
index b8807e0..0fb6dc3 100644 (file)
@@ -34,6 +34,7 @@ public:
   Dart(const Dart& dart);
   ~Dart();
 
+  void initialize();
   void activate();
   void deactivate();
   void write(lisp::Writer& writer);