-Started to move stuff from library back to main game
[supertux.git] / src / object / gameobjs.h
index d5c9583..6cbac98 100644 (file)
 #include "video/surface.h"
 #include "timer.h"
 #include "math/physic.h"
-#include "special/game_object.h"
-#include "special/moving_object.h"
+#include "game_object.h"
+#include "moving_object.h"
 #include "serializable.h"
 
 /* Bounciness of distros: */
 #define NO_BOUNCE 0
 #define BOUNCE 1
 
-namespace SuperTux {
 class Sprite;
-}
 
 class BouncyCoin : public GameObject
 {