Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / object / lantern.hpp
index 13356cd..5bf7dc7 100644 (file)
@@ -26,7 +26,7 @@
 /**
  * Lantern. A portable Light Source.
  */
-class Lantern : public Rock 
+class Lantern : public Rock
 {
 public:
   Lantern(const lisp::Lisp& reader);
@@ -36,6 +36,7 @@ public:
 private:
   Color lightcolor;
   Sprite* lightsprite;
+  void updateColor();
 };
 
 #endif