X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fbullet.h;h=6c49f843c511a279da5052289b8a73aa422eb6f4;hb=ddc3b7ef2077567d368e244a292b41187311e8e3;hp=ce356caf2aeba4640d1b1ff6dc27c15481dfe1ba;hpb=d46c78c842ab4090a3f46e560c891234167f124b;p=supertux.git diff --git a/src/object/bullet.h b/src/object/bullet.h index ce356caf2..6c49f843c 100644 --- a/src/object/bullet.h +++ b/src/object/bullet.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 __BULLET_H__ #define __BULLET_H__ -#include "special/moving_object.h" -#include "math/physic.h" -#include "special/sprite.h" - -using namespace SuperTux; +#include "moving_object.h" +#include "physic.h" +#include "sprite/sprite.h" enum BulletsKind { FIRE_BULLET,