X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fdart.hpp;h=0fb6dc3ecd77df7837eb8f2363d1bbdaa0aecf2d;hb=13c84268f16872f9b442251c4175a3a1a7a7899a;hp=b8807e0837e9629159a9a61616373091b3f2b7e3;hpb=4c676c4c0c70f0efa7f1536b92de01976b1977a0;p=supertux.git diff --git a/src/badguy/dart.hpp b/src/badguy/dart.hpp index b8807e083..0fb6dc3ec 100644 --- a/src/badguy/dart.hpp +++ b/src/badguy/dart.hpp @@ -34,6 +34,7 @@ public: Dart(const Dart& dart); ~Dart(); + void initialize(); void activate(); void deactivate(); void write(lisp::Writer& writer);