Russian translation update from Constantin Baranov... from December.
[supertux.git] / src / badguy / dart.hpp
index bfed41f..0fb6dc3 100644 (file)
@@ -1,7 +1,7 @@
 //  $Id$
 //
 //  Dart - Your average poison dart
-//  Copyright (C) 2006 Christoph Sommer <supertux@2006.expires.deltadevelopment.de>
+//  Copyright (C) 2006 Christoph Sommer <christoph.sommer@2006.expires.deltadevelopment.de>
 //
 //  This program is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU General Public License
@@ -34,6 +34,7 @@ public:
   Dart(const Dart& dart);
   ~Dart();
 
+  void initialize();
   void activate();
   void deactivate();
   void write(lisp::Writer& writer);
@@ -54,4 +55,3 @@ protected:
 };
 
 #endif
-