Random stuff that I should have committed ages ago.
[supertux.git] / src / badguy / mrtree.cpp
index ddcc43a..3828225 100644 (file)
 #include <config.h>
 
 #include "mrtree.hpp"
+
 #include "stumpy.hpp"
 #include "poisonivy.hpp"
 #include "random_generator.hpp"
 #include "object/sprite_particle.hpp"
 #include "sector.hpp"
+#include "lisp/writer.hpp"
+#include "object_factory.hpp"
+#include "audio/sound_manager.hpp"
+
+#include <math.h>
 
 static const float WALKSPEED = 100;