* Add Airship (regular above-ground theme) and Battle (castle/boss theme) music court...
[supertux.git] / src / object / spotlight.hpp
index e8d76e1..b48ddfd 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: light.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
@@ -23,6 +23,7 @@
 #include "game_object.hpp"
 #include "math/vector.hpp"
 #include "lisp/lisp.hpp"
+#include "video/color.hpp"
 
 class Sprite;
 
@@ -43,7 +44,8 @@ private:
   Sprite* lights;
   Sprite* light;
   Sprite* lightcone;
+
+  Color   color;
 };
 
 #endif
-