X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fplatform.h;h=71200f94080ed42fdc3e4abb97236ab917376350;hb=864c93e01ec366f730b3ebad08d5c52d6a9363b6;hp=1ff2860232ba99c716961f47c77d6a3d920beaa8;hpb=ef57479f613b900b73eba8e8f4d026aae0de25cc;p=supertux.git diff --git a/src/object/platform.h b/src/object/platform.h index 1ff286023..71200f940 100644 --- a/src/object/platform.h +++ b/src/object/platform.h @@ -1,15 +1,32 @@ +// $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 __PLATFORM_H__ #define __PLATFORM_H__ -#include "special/moving_object.h" -#include "special/sprite.h" - -using namespace SuperTux; +#include "moving_object.h" +#include "sprite/sprite.h" /** * This class is the base class for platforms that tux can stand on */ -class Platform : public SuperTux::MovingObject +class Platform : public MovingObject { public: Platform(const lisp::Lisp& reader);