make function more robust
[supertux.git] / src / background.h
index bafb77c..7ed3e83 100644 (file)
 #ifndef SUPERTUX_BACKGROUND_H
 #define SUPERTUX_BACKGROUND_H
 
-#include "screen/surface.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;