Changed jump behaviour: Tux will now jump even if the button was pressed (up to)...
[supertux.git] / src / object / gradient.hpp
index e43eb95..6feba31 100644 (file)
@@ -1,7 +1,7 @@
-//  $Id: background.hpp 3144 2006-03-31 10:31:03Z matzebraun $
+//  $Id$
 //
-//  SuperTux -  A Jump'n Run
-//  Copyright (C) 2006 Matthias Braun <matze@braunis.de
+//  SuperTux
+//  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
 //
 //  This program is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU General Public License
@@ -16,6 +16,7 @@
 //  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 SUPERTUX_GRADIENT_H
 #define SUPERTUX_GRADIENT_H
 
@@ -44,7 +45,7 @@ public:
 
   Color get_gradient_top() const
   { return gradient_top; }
-  
+
   Color get_gradient_bottom() const
   { return gradient_bottom; }
 
@@ -58,4 +59,3 @@ private:
 };
 
 #endif /*SUPERTUX_BACKGROUND_H*/
-