X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fgameobjs.h;h=6cbac9838bc6dccb7e769a9f6ee8ef3be4b78322;hb=c0093d25093395cb62fc2526ab42be65a9f015b8;hp=d5c9583655b1ce19fa316ca8748ab2df0f1c2ff0;hpb=f54737bb28bec638b9f436d023b9f21fec2caadd;p=supertux.git diff --git a/src/object/gameobjs.h b/src/object/gameobjs.h index d5c958365..6cbac9838 100644 --- a/src/object/gameobjs.h +++ b/src/object/gameobjs.h @@ -24,17 +24,15 @@ #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 {