X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fvideo%2Flightmap.hpp;h=905a237e194dd1d14e16adc9bb941288bd5719ce;hb=a0e9a6cca6f5b517361d634d92544d37d26ed844;hp=049b21eced25a195f8f9ea96edb2f5dde7c7ebbb;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/video/lightmap.hpp b/src/video/lightmap.hpp index 049b21ece..905a237e1 100644 --- a/src/video/lightmap.hpp +++ b/src/video/lightmap.hpp @@ -1,12 +1,10 @@ -// $Id: lightmap.hpp 4986 2007-04-16 17:48:28Z matzeb $ -// // SuperTux // Copyright (C) 2006 Matthias Braun // -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,27 +12,25 @@ // GNU General Public License for more details. // // 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 SUPERTUX_LIGHTMAP_H -#define SUPERTUX_LIGHTMAP_H - -#include -#include -#include +// along with this program. If not, see . -#include +#ifndef HEADER_SUPERTUX_VIDEO_LIGHTMAP_HPP +#define HEADER_SUPERTUX_VIDEO_LIGHTMAP_HPP #include +#include +#include +#include +#include +#include -#include "glutil.hpp" -#include "obstack/obstack.h" +#include "math/rectf.hpp" #include "math/vector.hpp" -#include "math/rect.hpp" -#include "drawing_request.hpp" -#include "surface.hpp" -#include "font.hpp" -#include "color.hpp" +#include "video/color.hpp" +#include "video/drawing_request.hpp" +#include "video/font.hpp" +#include "video/glutil.hpp" +#include "video/surface.hpp" class Texture; struct DrawingRequest; @@ -56,3 +52,4 @@ public: #endif +/* EOF */