X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fdart.hpp;h=0fb6dc3ecd77df7837eb8f2363d1bbdaa0aecf2d;hb=13c84268f16872f9b442251c4175a3a1a7a7899a;hp=bbab1df0fc3d2d9648872999a700dbfdef6c54bd;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/badguy/dart.hpp b/src/badguy/dart.hpp index bbab1df0f..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);