X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flevel_transformer.hpp;h=53f06b7b85cd16cfd91830e0d1649cca9c7db8ca;hb=566f8eb2da26d5a2bb4ed5798a5774499f2e511f;hp=cc711402ee5f69a57b73134e1d0069f74662de71;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/level_transformer.hpp b/src/level_transformer.hpp index cc711402e..53f06b7b8 100644 --- a/src/level_transformer.hpp +++ b/src/level_transformer.hpp @@ -1,7 +1,7 @@ // $Id$ -// +// // SuperTux -// Copyright (C) 2005 Matthias Braun +// Copyright (C) 2006 Matthias Braun // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -12,7 +12,7 @@ // 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 @@ -32,9 +32,9 @@ class LevelTransformer { public: virtual ~LevelTransformer(); - + /** transform a complete Level, the standard implementation just calls - * transformSector on each sector in the level. + * transformSector on each sector in the level. */ virtual void transform(Level* level); @@ -42,4 +42,3 @@ public: }; #endif -