X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fflip_level_transformer.h;h=317629fe321c589e4fa3d508c92cfe4c3033d621;hb=8a5364cf211079390c9b4b0802abfd09942d10bc;hp=f3cc8422f36bc605bbb0cd5361dc47ded26ab437;hpb=9599042661b468aae7bd34dca05441c0ebc93ad7;p=supertux.git diff --git a/src/flip_level_transformer.h b/src/flip_level_transformer.h index f3cc8422f..317629fe3 100644 --- a/src/flip_level_transformer.h +++ b/src/flip_level_transformer.h @@ -1,3 +1,23 @@ +// $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 __FLIP_LEVEL_TRANSFORMER_H__ #define __FLIP_LEVEL_TRANSFORMER_H__ @@ -6,11 +26,7 @@ class TileMap; class BadGuy; class SpawnPoint; -namespace SuperTux { class MovingObject; -} - -using namespace SuperTux; /** Vertically or horizontally flip a level */ class FlipLevelTransformer : public LevelTransformer