X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Frainsplash.hpp;h=61e438f21bff017a7af69ea6adb460f4b13e22bc;hb=75acd4b141f45e851a492f089aa9ad24a9552409;hp=9a61b5653799e9d5edd64a34053d3a115da88313;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/object/rainsplash.hpp b/src/object/rainsplash.hpp index 9a61b5653..61e438f21 100644 --- a/src/object/rainsplash.hpp +++ b/src/object/rainsplash.hpp @@ -1,4 +1,7 @@ +// $Id$ +// // SuperTux +// 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 @@ -9,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 __RAINSPLASH_H__ #define __RAINSPLASH_H__ @@ -31,7 +33,7 @@ class RainSplash : public GameObject public: RainSplash(Vector pos, bool vertical); ~RainSplash(); -protected: +protected: virtual void hit(Player& ); virtual void update(float time); virtual void draw(DrawingContext& context); @@ -42,4 +44,3 @@ private: }; #endif -