Random stuff that I should have committed ages ago.
[supertux.git] / src / badguy / spidermite.cpp
index 2c5bbf1..62998e1 100644 (file)
 
 #include "spidermite.hpp"
 
+#include "lisp/writer.hpp"
+#include "object_factory.hpp"
+#include "object/player.hpp"
+#include "sprite/sprite.hpp"
+
 static const float FLYTIME = 1.2f;
 static const float FLYSPEED = -100.0f;