Random stuff that I should have committed ages ago.
[supertux.git] / src / badguy / snail.cpp
index 528ed59..c3216b7 100644 (file)
 #include <config.h>
 
 #include "snail.hpp"
+
 #include "object/block.hpp"
+#include "lisp/writer.hpp"
+#include "sprite/sprite.hpp"
+#include "object_factory.hpp"
+#include "audio/sound_manager.hpp"
+#include "object/player.hpp"
+
+#include <math.h>
 
 namespace {
   const float KICKSPEED = 500;