X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fgradient.hpp;h=6feba31804d2c90c9c3256988c7e0d129752b332;hb=555d1b7bebb45326d82d934e07463209837309b0;hp=e43eb956eb9d1074b654d46bd90303af84eef1f4;hpb=5fd7ae520900ca8a756ced84033fc392ef014d6e;p=supertux.git diff --git a/src/object/gradient.hpp b/src/object/gradient.hpp index e43eb956e..6feba3180 100644 --- a/src/object/gradient.hpp +++ b/src/object/gradient.hpp @@ -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 // // 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*/ -