From: <de...@us...> - 2003-01-11 11:05:24
|
Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim/Source In directory sc8-pr-cvs1:/tmp/cvs-serv26313 Modified Files: sky.cpp Log Message: no message Index: sky.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/Source/sky.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sky.cpp 15 Dec 2002 00:48:45 -0000 1.4 --- sky.cpp 11 Jan 2003 11:05:20 -0000 1.5 *************** *** 12,18 **** #include <osg/Geometry> #include <osg/Light> - #include <osgDB/ReadFile> #include <osg/Texture2D> #include <osg/TexEnv> using namespace osg; --- 12,19 ---- #include <osg/Geometry> #include <osg/Light> #include <osg/Texture2D> #include <osg/TexEnv> + + #include <osgDB/ReadFile> using namespace osg; |