X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fstar.h;h=2ad8da626429ab8a2e0d5e0f2504831809340960;hb=ddc3b7ef2077567d368e244a292b41187311e8e3;hp=3b88888fc91a716d00afc166c89e77661d5ce836;hpb=d46c78c842ab4090a3f46e560c891234167f124b;p=supertux.git diff --git a/src/object/star.h b/src/object/star.h index 3b88888fc..2ad8da626 100644 --- a/src/object/star.h +++ b/src/object/star.h @@ -1,11 +1,28 @@ +// $Id$ +// +// SuperTux +// Copyright (C) 2005 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 distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// 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 __STAR_H__ #define __STAR_H__ -#include "special/moving_object.h" -#include "special/sprite.h" -#include "math/physic.h" - -using namespace SuperTux; +#include "moving_object.h" +#include "sprite/sprite.h" +#include "physic.h" class Star : public MovingObject {