X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbackground.h;h=375343fcac4a70d651201ab887c4aad2f7ec1721;hb=e5f4c975097d8a04bb375b0ef57eeb1618907e9c;hp=a143bec74a8a8049c67f45bd4f4301440d0fd060;hpb=148cc59583752d131847829535a34ce3ad379e06;p=supertux.git diff --git a/src/background.h b/src/background.h index a143bec74..375343fca 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; @@ -65,5 +66,5 @@ private: Color gradient_top, gradient_bottom; }; -#endif +#endif /*SUPERTUX_BACKGROUND_H*/