1
0
Fork 0

Move simgear/sky/ to simgear/scene/sky as part of the consolodation of

graphics code.
This commit is contained in:
curt 2003-05-30 15:16:57 +00:00
parent b749638fd6
commit 21b317ff21
3 changed files with 5 additions and 6 deletions

View file

@ -21,7 +21,7 @@
// $Id$
#include <simgear/debug/logstream.hxx>
#include <simgear/sky/sky.hxx>
#include <simgear/scene/sky/sky.hxx>
#include <Main/fg_props.hxx>
#include <Aircraft/aircraft.hxx>

View file

@ -83,10 +83,10 @@ SG_USING_STD(endl);
#include <simgear/scene/model/model.hxx>
#include <simgear/scene/model/modellib.hxx>
#ifdef FG_USE_CLOUDS_3D
# include <simgear/sky/clouds3d/SkySceneLoader.hpp>
# include <simgear/sky/clouds3d/SkyUtil.hpp>
# include <simgear/scene/sky/clouds3d/SkySceneLoader.hpp>
# include <simgear/scene/sky/clouds3d/SkyUtil.hpp>
#endif
#include <simgear/sky/sky.hxx>
#include <simgear/scene/sky/sky.hxx>
#include <simgear/timing/sg_time.hxx>
#include <Include/general.hxx>
@ -97,7 +97,6 @@ SG_USING_STD(endl);
#include <ATC/ATCdisplay.hxx>
#include <ATC/AIMgr.hxx>
#include <Autopilot/newauto.hxx>
#include <Cockpit/hud.hxx>

View file

@ -52,8 +52,8 @@ SG_USING_STD(string);
#include <simgear/math/interpolater.hxx>
#include <simgear/math/polar3d.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/scene/sky/sky.hxx>
#include <simgear/screen/colors.hxx>
#include <simgear/sky/sky.hxx>
#include <Main/globals.hxx>
#include <Main/viewer.hxx>