X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbackground.h;h=7ed3e837c9a31d87b9f13c7d306d0f9f99138892;hb=16cd01cacbaf3464209695204800f3df65d00ac3;hp=91df5ae2a12e99adf084e5ae8c52cd9011c2b19f;hpb=308f11e38981077626fe0ea9887094f3c28b02f9;p=supertux.git diff --git a/src/background.h b/src/background.h index 91df5ae2a..7ed3e837c 100644 --- a/src/background.h +++ b/src/background.h @@ -20,10 +20,10 @@ #ifndef SUPERTUX_BACKGROUND_H #define SUPERTUX_BACKGROUND_H -#include "screen/texture.h" -#include "screen/drawing_context.h" -#include "game_object.h" -#include "lispreader.h" +#include "video/surface.h" +#include "video/drawing_context.h" +#include "special/game_object.h" +#include "utils/lispreader.h" #include "serializable.h" class DisplayManager; @@ -60,6 +60,7 @@ private: }; Type type; + int layer; std::string imagefile; float speed; Surface* image;