]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/light.hxx
Sync. w. JSBSim CVS
[flightgear.git] / src / Time / light.hxx
index ab256eed8599cda03b9cb7a9a873ed584b254eb3..ffffa5ab28c51c779c22b227ba0f5a9a0e1ed7cd 100644 (file)
@@ -38,7 +38,6 @@
 
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/math/interpolater.hxx>
-#include <simgear/math/point3d.hxx>
 
 
 // Define a structure containing the global lighting parameters
@@ -125,6 +124,7 @@ public:
     inline const SGVec4f& sky_color () const { return _sky_color; }
     inline const SGVec4f& cloud_color () const { return _cloud_color; }
     inline const SGVec4f& adj_fog_color () const { return _adj_fog_color; }
+    inline const SGVec4f& adj_sky_color () const { return _adj_sky_color; }
 
 
     // Sun related functions