X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fgameobjs.h;h=81a336a15eb3e2b36dc8a3a984a82495f7a243f7;hb=4a54087f52d6a8a2e5b4c498e772685bb0885991;hp=d5c9583655b1ce19fa316ca8748ab2df0f1c2ff0;hpb=9599042661b468aae7bd34dca05441c0ebc93ad7;p=supertux.git diff --git a/src/object/gameobjs.h b/src/object/gameobjs.h index d5c958365..81a336a15 100644 --- a/src/object/gameobjs.h +++ b/src/object/gameobjs.h @@ -23,18 +23,16 @@ #include "video/surface.h" #include "timer.h" -#include "math/physic.h" -#include "special/game_object.h" -#include "special/moving_object.h" +#include "physic.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 {