X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbackground.h;h=7ed3e837c9a31d87b9f13c7d306d0f9f99138892;hb=55a19b5e43db960fc04773eb7f22edd86eac0e6c;hp=a143bec74a8a8049c67f45bd4f4301440d0fd060;hpb=148cc59583752d131847829535a34ce3ad379e06;p=supertux.git diff --git a/src/background.h b/src/background.h index a143bec74..7ed3e837c 100644 --- a/src/background.h +++ b/src/background.h @@ -16,13 +16,14 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#ifndef __BACKGROUND_H__ -#define __BACKGROUND_H__ -#include "screen/texture.h" -#include "screen/drawing_context.h" -#include "game_object.h" -#include "lispreader.h" +#ifndef SUPERTUX_BACKGROUND_H +#define SUPERTUX_BACKGROUND_H + +#include "video/surface.h" +#include "video/drawing_context.h" +#include "special/game_object.h" +#include "utils/lispreader.h" #include "serializable.h" class DisplayManager; @@ -59,11 +60,12 @@ private: }; Type type; + int layer; std::string imagefile; float speed; Surface* image; Color gradient_top, gradient_bottom; }; -#endif +#endif /*SUPERTUX_BACKGROUND_H*/