]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/tmp.hxx
Logging: less verbose panel loading.
[flightgear.git] / src / Time / tmp.hxx
index 5bbff299e7d172fe73d6a87c95cba9aa6b0ada32..0d65655fe9dc01f58577e2f12cfa53fc3130303e 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started July 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -16,7 +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., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
 // periodic time updater
 void fgUpdateLocalTime();
 
-// update sky and lighting parameters
-void fgUpdateSkyAndLightingParams();
-
-class FGMagVar {
-
-private:
-
-    double magvar;
-    double magdip;
-
-public:
-
-    FGMagVar();
-    ~FGMagVar();
-
-    void update( double lon, double lat, double alt_m, double jd );
-
-    double get_magvar() const { return magvar; }
-    double get_magdip() const { return magdip; }
-};
-
-extern FGMagVar cur_magvar;
-
+// update the cur_time_params structure with the current sun position
+void fgUpdateSunPos( void );
 
 #endif // _LIGHT_HXX
+