Patch by Matt McCutchen to prevent division by zero when Tux spawns exactly at a...
[supertux.git] / src / badguy / kugelblitz.cpp
index 53211f3..28c3ae0 100644 (file)
 #include "object/camera.hpp"
 #include "tile.hpp"
 #include "random_generator.hpp"
+#include "lisp/writer.hpp"
+#include "object_factory.hpp"
+#include "object/player.hpp"
+#include "sector.hpp"
+#include "sprite/sprite.hpp"
 
 #define  LIFETIME 5
 #define  MOVETIME 0.75