X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fspecial.h;h=0e69b8914b2466a3ec55738e237e17e902265745;hb=c06f17a80ab84d8a26bf7c7bb381ad3f15596de8;hp=cbf33e5fe8c3205cd2a89fb37d714bc5da0f61d4;hpb=c79b901309bf5e0544fef1e92d264f51402f4370;p=supertux.git diff --git a/src/special.h b/src/special.h index cbf33e5fe..0e69b8914 100644 --- a/src/special.h +++ b/src/special.h @@ -23,11 +23,11 @@ #include "SDL.h" #include "bitmask.h" -#include "type.h" -#include "screen/surface.h" +#include "special/base.h" +#include "video/surface.h" #include "collision.h" #include "player.h" -#include "physic.h" +#include "math/physic.h" /* Upgrade types: */ @@ -35,7 +35,7 @@ enum UpgradeKind { UPGRADE_GROWUP, UPGRADE_FIREFLOWER, UPGRADE_ICEFLOWER, - UPGRADE_HERRING, + UPGRADE_STAR, UPGRADE_1UP };