X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Finfoblock.hpp;h=7f9b051bf72a95675664ad30437cf99aa9aeb33d;hb=ab9eab4c870195c2b60ce76b77044c35b31e8806;hp=f4be86b6d597e4fdca163581a11a2eb4c2bc5c16;hpb=fd303a198ee56d70136e2da5b894cd122fab1f3c;p=supertux.git diff --git a/src/object/infoblock.hpp b/src/object/infoblock.hpp index f4be86b6d..7f9b051bf 100644 --- a/src/object/infoblock.hpp +++ b/src/object/infoblock.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,11 +12,10 @@ // 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. +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef __INFOBLOCK_H__ #define __INFOBLOCK_H__ @@ -29,7 +28,7 @@ class InfoBlock : public Block public: InfoBlock(const lisp::Lisp& lisp); virtual ~InfoBlock(); - + protected: virtual void hit(Player& player); std::string message; @@ -38,4 +37,3 @@ protected: }; #endif -