X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fdart.hpp;h=0fb6dc3ecd77df7837eb8f2363d1bbdaa0aecf2d;hb=13c84268f16872f9b442251c4175a3a1a7a7899a;hp=bfed41fe28770d58536dc45f21b191c4b953f582;hpb=2892ebda09d24c977547159e34abf0244884b89e;p=supertux.git diff --git a/src/badguy/dart.hpp b/src/badguy/dart.hpp index bfed41fe2..0fb6dc3ec 100644 --- a/src/badguy/dart.hpp +++ b/src/badguy/dart.hpp @@ -1,7 +1,7 @@ // $Id$ // // Dart - Your average poison dart -// Copyright (C) 2006 Christoph Sommer +// Copyright (C) 2006 Christoph Sommer // // 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 -