Random stuff that I should have committed ages ago.
[supertux.git] / src / object / lantern.cpp
index f2c1712..b041fb8 100644 (file)
 #include <config.h>
 
 #include "lantern.hpp"
+
 #include "sprite/sprite_manager.hpp"
 #include "object_factory.hpp"
 #include "badguy/willowisp.hpp"
 #include "badguy/treewillowisp.hpp"
+#include "audio/sound_manager.hpp"
+#include "sprite/sprite.hpp"
+#include "video/drawing_context.hpp"
 
 Lantern::Lantern(const lisp::Lisp& reader)
   : Rock(reader, "images/objects/lantern/lantern.sprite"),