Random stuff that I should have committed ages ago.
[supertux.git] / src / badguy / snowball.cpp
index 8e690cb..b2b31e9 100644 (file)
 
 #include "snowball.hpp"
 
+#include "lisp/writer.hpp"
+#include "object_factory.hpp"
+#include "sprite/sprite.hpp"
+
 SnowBall::SnowBall(const lisp::Lisp& reader)
     : WalkingBadguy(reader, "images/creatures/snowball/snowball.sprite", "left", "right")
 {