Random stuff that I should have committed ages ago.
[supertux.git] / src / badguy / mole.cpp
index 4f035e2..17716cb 100644 (file)
 #include "random_generator.hpp"
 #include "log.hpp"
 #include "level.hpp"
+#include "lisp/writer.hpp"
+#include "object_factory.hpp"
+#include "audio/sound_manager.hpp"
+#include "sector.hpp"
+#include "sprite/sprite.hpp"
+
+#include <math.h>
 
 static const float IDLE_TIME = 0.2f; /**< time to wait before and after throwing */
 static const float THROW_TIME = 4.6f; /**< time to spend throwing */