Updated code to support new stuff from 0.1.2.
[supertux.git] / src / badguy.h
index 0db6b61..624d7ec 100644 (file)
 #include "video/surface.h"
 #include "math/physic.h"
 #include "special/sprite.h"
-#include "app/defines.h"
+#include "defines.h"
 #include "special/moving_object.h"
 #include "collision.h"
 #include "serializable.h"
 #include "scene.h"
 
+using namespace SuperTux;
+
 /* Timing constants (in ms): */
 
 #define KICKING_TIME 200