X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fspotlight.hpp;h=b48ddfd0acc76d7c5a38b24f90dce451c76dee2f;hb=7e15c4f871809033278711a6e9327616da00c4c9;hp=e8d76e16a416c790abe75bcf5c77592b0a4db2c5;hpb=251fce9ec1ac9372fb63f2a049d261b281eb645b;p=supertux.git diff --git a/src/object/spotlight.hpp b/src/object/spotlight.hpp index e8d76e16a..b48ddfd0a 100644 --- a/src/object/spotlight.hpp +++ b/src/object/spotlight.hpp @@ -1,4 +1,4 @@ -// $Id: light.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun @@ -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 -