- More work on scripting interface
[supertux.git] / src / object / player.h
index 4d7ce21..c7693b4 100644 (file)
 #include "video/surface.h"
 #include "moving_object.h"
 #include "sprite/sprite.h"
-#include "math/physic.h"
+#include "physic.h"
 #include "control/controller.h"
 #include "player_status.h"
 
-using namespace SuperTux;
-
 class BadGuy;
 class Portable;