Random stuff that I should have committed ages ago.
[supertux.git] / src / badguy / kamikazesnowball.cpp
index 17ba0c9..b9cf34f 100644 (file)
 
 #include "kamikazesnowball.hpp"
 
+#include "object_factory.hpp"
+#include "audio/sound_manager.hpp"
+#include "sprite/sprite.hpp"
+
 /* 
  * Kamikaze Snowball will fly in one direction until he hits something.
  * On impact he is destroyed, trying to kill what he hit or hit him.