FlightGear next
|
#include <cstring>
#include <osgDB/ReadFile>
#include <simgear/misc/sg_path.hxx>
#include <simgear/math/SGVec3.hxx>
#include <simgear/math/SGVec4.hxx>
#include <simgear/timing/sg_time.hxx>
#include <simgear/constants.h>
#include "Main/fg_props.hxx"
#include "Time/light.hxx"
#include "environment.hxx"
#include "atmosphere.hxx"
#include "environment_mgr.hxx"
#include "climate.hxx"
Go to the source code of this file.
Macros | |
#define | HOUR (0.5/24.0) |
#define | MONTH (1.0/12.0) |
#define HOUR (0.5/24.0) |
Definition at line 45 of file climate.cxx.
#define MONTH (1.0/12.0) |
Definition at line 46 of file climate.cxx.