X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fstar.cpp;h=e9090316e1f39800dd049ad708db4ed980870a62;hb=4a54087f52d6a8a2e5b4c498e772685bb0885991;hp=522c08af443bb98e385cbc9ee015b2e5ea325640;hpb=d46c78c842ab4090a3f46e560c891234167f124b;p=supertux.git diff --git a/src/object/star.cpp b/src/object/star.cpp index 522c08af4..e9090316e 100644 --- a/src/object/star.cpp +++ b/src/object/star.cpp @@ -1,10 +1,30 @@ +// $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. + #include #include "star.h" #include "resources.h" #include "player.h" -#include "scene.h" -#include "special/sprite_manager.h" +#include "player_status.h" +#include "sprite/sprite_manager.h" #include "video/drawing_context.h" static const float INITIALJUMP = 400;